create new constructor for VmcExtSetPeriod
This commit is contained in:
parent
857e82eab2
commit
15e61426ec
|
@ -74,5 +74,15 @@ namespace godotVmcSharp
|
||||||
camera = (int)m.Data[4].Value;
|
camera = (int)m.Data[4].Value;
|
||||||
devices = (int)m.Data[5].Value;
|
devices = (int)m.Data[5].Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public VmcExtSetPeriod(int _status, int _root, int _bone, int _blendShape, int _camera, int _devices) : base(new godotOscSharp.Address("/VMC/Ext/Set/Period"))
|
||||||
|
{
|
||||||
|
status = _status;
|
||||||
|
root = _root;
|
||||||
|
bone = _bone;
|
||||||
|
blendShape = _blendShape;
|
||||||
|
camera = _camera;
|
||||||
|
devices = _devices;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user