AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
boolean | GetEnabled () |
void | SetEnabled (boolean val) |
boolean | GetPaused () |
void | SetPaused (boolean val) |
boolean | GetLoop () |
void | SetLoop (boolean val) |
float | GetDuration () |
boolean | Play (float time) |
void | Reset () |
<> Animation
boolean Animation.Play | ( | float | time | ) |
Play the animation.
time | the timer. |
Reimplemented in RigidAnimation, and RobotAnimation.
void Animation.Reset | ( | ) |
Reset to initial state.
Reimplemented in RigidAnimation, and RobotAnimation.