AnyCAD Rapid API 2023
Help you to create a better world!
MatrixAnimationClip Class Reference
Inheritance diagram for MatrixAnimationClip:
RigidAnimationClip

Public Member Functions

 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 Member Functions inherited from 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 ()
 

Detailed Description

Member Function Documentation

◆ Play()

boolean MatrixAnimationClip.Play ( float  time)

Reimplemented from RigidAnimationClip.