Space Engineers
Public Member Functions | Properties | List of all members
VRageRender.Animations.MyAnimationTreeNodeTrack Class Reference

Node of animation tree: single track. Contains reference to animation clip. More...

Inheritance diagram for VRageRender.Animations.MyAnimationTreeNodeTrack:
VRageRender.Animations.MyAnimationTreeNode

Public Member Functions

 MyAnimationTreeNodeTrack ()
 
bool SetClip (MyAnimationClip animationClip)
 
override void Update (ref MyAnimationUpdateData data)
 
override float GetLocalTimeNormalized ()
 
override void SetLocalTimeNormalized (float normalizedTime)
 

Properties

bool Loop [get, set]
 
double Speed [get, set]
 
bool Interpolate [get, set]
 
string SynchronizeWithLayer [get, set]
 

Detailed Description

Node of animation tree: single track. Contains reference to animation clip.

Definition at line 11 of file MyAnimationTreeNodeTrack.cs.

Constructor & Destructor Documentation

VRageRender.Animations.MyAnimationTreeNodeTrack.MyAnimationTreeNodeTrack ( )
inline

Definition at line 73 of file MyAnimationTreeNodeTrack.cs.

Member Function Documentation

override float VRageRender.Animations.MyAnimationTreeNodeTrack.GetLocalTimeNormalized ( )
inlinevirtual
bool VRageRender.Animations.MyAnimationTreeNodeTrack.SetClip ( MyAnimationClip  animationClip)
inline

Definition at line 81 of file MyAnimationTreeNodeTrack.cs.

override void VRageRender.Animations.MyAnimationTreeNodeTrack.SetLocalTimeNormalized ( float  normalizedTime)
inlinevirtual
override void VRageRender.Animations.MyAnimationTreeNodeTrack.Update ( ref MyAnimationUpdateData  data)
inlinevirtual

Property Documentation

bool VRageRender.Animations.MyAnimationTreeNodeTrack.Interpolate
getset

Definition at line 54 of file MyAnimationTreeNodeTrack.cs.

bool VRageRender.Animations.MyAnimationTreeNodeTrack.Loop
getset

Definition at line 41 of file MyAnimationTreeNodeTrack.cs.

double VRageRender.Animations.MyAnimationTreeNodeTrack.Speed
getset

Definition at line 47 of file MyAnimationTreeNodeTrack.cs.

string VRageRender.Animations.MyAnimationTreeNodeTrack.SynchronizeWithLayer
getset

Definition at line 61 of file MyAnimationTreeNodeTrack.cs.


The documentation for this class was generated from the following file: