Space Engineers
|
Public Attributes | |
string | Name = "" |
PropertyAnimationType | AnimationType = PropertyAnimationType.Const |
string | Type = "" |
float | ValueFloat = 0f |
bool | ValueBool = false |
int | ValueInt = 0 |
string | ValueString = "" |
Vector3 | ValueVector3 |
Vector4 | ValueVector4 |
List< AnimationKey > | Keys |
Definition at line 27 of file MyConstProperty.cs.
PropertyAnimationType VRageRender.Animations.GenerationProperty.AnimationType = PropertyAnimationType.Const |
Definition at line 33 of file MyConstProperty.cs.
List<AnimationKey> VRageRender.Animations.GenerationProperty.Keys |
Definition at line 57 of file MyConstProperty.cs.
string VRageRender.Animations.GenerationProperty.Name = "" |
Definition at line 30 of file MyConstProperty.cs.
string VRageRender.Animations.GenerationProperty.Type = "" |
Definition at line 36 of file MyConstProperty.cs.
bool VRageRender.Animations.GenerationProperty.ValueBool = false |
Definition at line 42 of file MyConstProperty.cs.
float VRageRender.Animations.GenerationProperty.ValueFloat = 0f |
Definition at line 39 of file MyConstProperty.cs.
int VRageRender.Animations.GenerationProperty.ValueInt = 0 |
Definition at line 45 of file MyConstProperty.cs.
string VRageRender.Animations.GenerationProperty.ValueString = "" |
Definition at line 48 of file MyConstProperty.cs.
Vector3 VRageRender.Animations.GenerationProperty.ValueVector3 |
Definition at line 51 of file MyConstProperty.cs.
Vector4 VRageRender.Animations.GenerationProperty.ValueVector4 |
Definition at line 54 of file MyConstProperty.cs.