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

Public 成员函数

 MatrixAnimationClip (SceneNode node, Matrix4 startTrf, Matrix4 endTrf, float startTime, float endTime)
 
Matrix4 GetStartMatrix ()
 
void SetStartMatrix (Matrix4 val)
 
Matrix4 GetEndMatrix ()
 
void SetEndMatrix (Matrix4 val)
 
SceneNode GetNode ()
 
void SetNode (SceneNode val)
 
boolean Play (float time)
 
- 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)
 
void Reset ()
 

详细描述

成员函数说明

◆ Play()

boolean MatrixAnimationClip.Play ( float time)