Space Engineers
|
Public Member Functions | |
void | Serialize (XmlWriter writer) |
void | Deserialize (XmlReader reader) |
void | DeserializeFromObjectBuilder (GenerationProperty property) |
void | SerializeValue (XmlWriter writer, object value) |
void | DeserializeValue (XmlReader reader, out object value) |
void | SetValue (object val) |
object | GetValue () |
IMyConstProperty | Duplicate () |
Type | GetValueType () |
Properties | |
string | Name [get, set] |
string | ValueType [get] |
string | BaseValueType [get] |
bool | Animated [get] |
bool | Is2D [get] |
Definition at line 99 of file MyConstProperty.cs.
void VRageRender.Animations.IMyConstProperty.Deserialize | ( | XmlReader | reader | ) |
Implemented in VRageRender.Animations.MyConstProperty< T >.
void VRageRender.Animations.IMyConstProperty.DeserializeFromObjectBuilder | ( | GenerationProperty | property | ) |
Implemented in VRageRender.Animations.MyConstProperty< T >.
void VRageRender.Animations.IMyConstProperty.DeserializeValue | ( | XmlReader | reader, |
out object | value | ||
) |
Implemented in VRageRender.Animations.MyConstPropertyEnum, and VRageRender.Animations.MyConstProperty< T >.
IMyConstProperty VRageRender.Animations.IMyConstProperty.Duplicate | ( | ) |
Implemented in VRageRender.Animations.MyConstPropertyEnum, and VRageRender.Animations.MyConstProperty< T >.
object VRageRender.Animations.IMyConstProperty.GetValue | ( | ) |
Type VRageRender.Animations.IMyConstProperty.GetValueType | ( | ) |
void VRageRender.Animations.IMyConstProperty.Serialize | ( | XmlWriter | writer | ) |
Implemented in VRageRender.Animations.MyConstProperty< T >.
void VRageRender.Animations.IMyConstProperty.SerializeValue | ( | XmlWriter | writer, |
object | value | ||
) |
Implemented in VRageRender.Animations.MyConstPropertyEnum, and VRageRender.Animations.MyConstProperty< T >.
void VRageRender.Animations.IMyConstProperty.SetValue | ( | object | val | ) |
Implemented in VRageRender.Animations.MyConstPropertyEnum, and VRageRender.Animations.MyConstProperty< T >.
|
get |
Definition at line 104 of file MyConstProperty.cs.
|
get |
Definition at line 103 of file MyConstProperty.cs.
|
get |
Definition at line 105 of file MyConstProperty.cs.
|
getset |
Definition at line 101 of file MyConstProperty.cs.
|
get |
Definition at line 102 of file MyConstProperty.cs.