AnyCAD Rapid API 2023
Help you to create a better world!
Animation Class Reference
Inheritance diagram for Animation:
RigidAnimation RobotAnimation

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 ()
 

Detailed Description

Member Function Documentation

◆ Play()

boolean Animation.Play ( float  time)

Play the animation.

Parameters
timethe timer.
Returns
false if finished.

Reimplemented in RigidAnimation, and RobotAnimation.

◆ Reset()

void Animation.Reset ( )

Reset to initial state.

Reimplemented in RigidAnimation, and RobotAnimation.