AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
Animation类 参考
类 Animation 继承关系图:
RigidAnimation RobotAnimation

Public 成员函数

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

详细描述

成员函数说明

◆ Play()

boolean Animation.Play ( float time)

Play the animation.

参数
timethe timer.
返回
false if finished.

RigidAnimation , 以及 RobotAnimation 重载.

◆ Reset()

void Animation.Reset ( )

Reset to initial state.

RigidAnimation , 以及 RobotAnimation 重载.