AnyCAD Rapid API 2025
Help you to create a better world!
全部  命名空间 函数 变量 属性 事件  
RotateAnimationClip类 参考
类 RotateAnimationClip 继承关系图:
RigidAnimationClip

Public 成员函数

 RotateAnimationClip (SceneNode node, Vector3d dir, double angle, float startTime, float endTime)
 
 RotateAnimationClip (SceneNode node, Vector3d position, Vector3d dir, double angle, float startTime, float endTime)
 
Vector3d GetDirection ()
 
void SetDirection (Vector3d val)
 
double GetAngle ()
 
void SetAngle (double val)
 
SceneNode GetNode ()
 
void SetNode (SceneNode val)
 
boolean Play (float time)
 
void Reset ()
 
- Public 成员函数 继承自 RigidAnimationClip
 RigidAnimationClip (float startTime, float endTime)
 
float GetStartTime ()
 
void SetStartTime (float val)
 
float GetEndTime ()
 
void SetEndTime (float val)
 
boolean GetEnabled ()
 
void SetEnabled (boolean val)
 

详细描述

成员函数说明

◆ Play()

boolean RotateAnimationClip.Play ( float time)

◆ Reset()

void RotateAnimationClip.Reset ( )