Class MyObjectBuilder_AnimationTreeNodeSetter.ValueAssignment
Inheritance
System.Object
MyObjectBuilder_AnimationTreeNodeSetter.ValueAssignment
Namespace: VRage.Game.ObjectBuilders
Assembly: VRage.Game.dll
Syntax
public sealed class ValueAssignment : ValueType
Fields
Name
Name of the variable.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Value
Value to be set.
Declaration
public float Value
Field Value
Type | Description |
---|---|
System.Single |