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

Public 成员函数

String GetName ()
 
void SetName (String val)
 
void Add (RigidAnimationClip clip)
 
boolean Play (float time)
 
void Reset ()
 
- Public 成员函数 继承自 Animation
boolean GetEnabled ()
 
void SetEnabled (boolean val)
 
boolean GetPaused ()
 
void SetPaused (boolean val)
 
boolean GetLoop ()
 
void SetLoop (boolean val)
 
float GetDuration ()
 

详细描述

成员函数说明

◆ Play()

boolean RigidAnimation.Play ( float time)

Play the animation.

参数
timethe timer.
返回
false if finished.

重载 Animation .

◆ Reset()

void RigidAnimation.Reset ( )

Reset to initial state.

重载 Animation .