Class MyObjectBuilder_AnimationSMNode
Inheritance
System.Object
MyObjectBuilder_AnimationSMNode
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_AnimationSMNode : MyObjectBuilder_Base
Constructors
MyObjectBuilder_AnimationSMNode()
Declaration
public MyObjectBuilder_AnimationSMNode()
Fields
AnimationTree
Declaration
public MyObjectBuilder_AnimationTree AnimationTree
Field Value
EdPos
Declaration
public Nullable<Vector2I> EdPos
Field Value
Type |
Description |
System.Nullable<Vector2I> |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
StateMachineName
Declaration
public string StateMachineName
Field Value
Type |
Description |
System.String |
|
Type
Declaration
public MyObjectBuilder_AnimationSMNode.MySMNodeType Type
Field Value
Variables
Declaration
public List<MyObjectBuilder_AnimationSMVariable> Variables
Field Value
Type |
Description |
System.Collections.Generic.List<VRage.Game.ObjectBuilders.Animation.MyObjectBuilder_AnimationSMVariable> |
|
Extension Methods