|
|
| RobotAnimation (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
|
| RobotAnimation (RobotArm arm) |
| |
|
string | GetName () |
| |
|
void | SetName (string val) |
| |
|
RobotArm | GetArm () |
| |
|
void | SetArm (RobotArm val) |
| |
| void | AddClip (RobotAnimationClip clip) |
| | Add the animation clip.
|
| |
| bool | RemoveClip (RobotAnimationClip clip) |
| | Remove the clip.
|
| |
|
uint | GetClipCountOfJoint (uint jointIdx) |
| |
|
RobotAnimationClip | GetClip (uint jointIdx, uint clipIdx) |
| |
| override bool | Play (float time) |
| | Play the animation.
|
| |
| override void | Reset () |
| | Reset to initial state.
|
| |
|
| Animation (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
|
void | Dispose () |
| |
|
bool | GetEnabled () |
| |
|
void | SetEnabled (bool val) |
| |
|
bool | GetPaused () |
| |
|
void | SetPaused (bool val) |
| |
|
bool | GetLoop () |
| |
|
void | SetLoop (bool val) |
| |
|
float | GetDuration () |
| |