Space Engineers
Classes | Public Member Functions | Public Attributes | List of all members
VRageRender.Animations.MyAnimationTreeNodeMix1D Class Reference

Mixing between animation nodes on 1D axis. More...

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

Classes

struct  MyParameterNodeMapping
 

Public Member Functions

override void Update (ref MyAnimationUpdateData data)
 
override float GetLocalTimeNormalized ()
 
override void SetLocalTimeNormalized (float normalizedTime)
 

Public Attributes

List< MyParameterNodeMappingChildMappings = new List<MyParameterNodeMapping>(4)
 
MyStringId ParameterName
 
bool Circular = false
 
float Sensitivity = 1.0f
 
float MaxChange = float.PositiveInfinity
 

Detailed Description

Mixing between animation nodes on 1D axis.

Definition at line 11 of file MyAnimationTreeNodeMix1D.cs.

Member Function Documentation

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

Member Data Documentation

List<MyParameterNodeMapping> VRageRender.Animations.MyAnimationTreeNodeMix1D.ChildMappings = new List<MyParameterNodeMapping>(4)

Definition at line 25 of file MyAnimationTreeNodeMix1D.cs.

bool VRageRender.Animations.MyAnimationTreeNodeMix1D.Circular = false

Definition at line 29 of file MyAnimationTreeNodeMix1D.cs.

float VRageRender.Animations.MyAnimationTreeNodeMix1D.MaxChange = float.PositiveInfinity

Definition at line 33 of file MyAnimationTreeNodeMix1D.cs.

MyStringId VRageRender.Animations.MyAnimationTreeNodeMix1D.ParameterName

Definition at line 27 of file MyAnimationTreeNodeMix1D.cs.

float VRageRender.Animations.MyAnimationTreeNodeMix1D.Sensitivity = 1.0f

Definition at line 31 of file MyAnimationTreeNodeMix1D.cs.


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