Space Engineers
|
Public Member Functions | |
MyConstPropertyEnum () | |
MyConstPropertyEnum (string name) | |
MyConstPropertyEnum (string name, Type enumType, List< string > enumStrings) | |
override void | SerializeValue (XmlWriter writer, object value) |
override void | DeserializeValue (XmlReader reader, out object value) |
Type | GetEnumType () |
List< string > | GetEnumStrings () |
override IMyConstProperty | Duplicate () |
override void | SetValue (object val) |
Public Member Functions inherited from VRageRender.Animations.MyConstPropertyInt | |
MyConstPropertyInt () | |
MyConstPropertyInt (string name) | |
Public Member Functions inherited from VRageRender.Animations.MyConstProperty< int > | |
MyConstProperty () | |
MyConstProperty (string name) | |
U | GetValue< U > () |
void | SetValue (T val) |
virtual void | Serialize (XmlWriter writer) |
virtual void | Deserialize (XmlReader reader) |
virtual void | DeserializeFromObjectBuilder (GenerationProperty property) |
Public Member Functions inherited from VRageRender.Animations.IMyConstProperty | |
void | Serialize (XmlWriter writer) |
void | Deserialize (XmlReader reader) |
void | DeserializeFromObjectBuilder (GenerationProperty property) |
object | GetValue () |
Properties | |
override string | BaseValueType [get] |
Properties inherited from VRageRender.Animations.MyConstPropertyInt | |
override string | ValueType [get] |
Properties inherited from VRageRender.Animations.MyConstProperty< int > | |
string | Name [get, set] |
virtual string | ValueType [get] |
virtual string | BaseValueType [get] |
virtual bool | Animated [get] |
virtual bool | Is2D [get] |
Properties inherited from VRageRender.Animations.IMyConstProperty | |
string | Name [get, set] |
string | ValueType [get] |
string | BaseValueType [get] |
bool | Animated [get] |
bool | Is2D [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from VRageRender.Animations.MyConstPropertyInt | |
static implicit | operator int (MyConstPropertyInt f) |
Protected Member Functions inherited from VRageRender.Animations.MyConstProperty< int > | |
virtual void | Init () |
virtual void | Duplicate (IMyConstProperty targetProp) |
virtual Type | GetValueTypeInternal () |
Definition at line 460 of file MyConstProperty.cs.
|
inline |
Definition at line 468 of file MyConstProperty.cs.
|
inline |
Definition at line 470 of file MyConstProperty.cs.
|
inline |
Definition at line 475 of file MyConstProperty.cs.
|
inline |
Implements VRageRender.Animations.IMyConstProperty.
Definition at line 492 of file MyConstProperty.cs.
|
inline |
Implements VRageRender.Animations.IMyConstProperty.
Definition at line 508 of file MyConstProperty.cs.
|
inline |
Definition at line 503 of file MyConstProperty.cs.
|
inline |
Definition at line 498 of file MyConstProperty.cs.
|
inline |
Implements VRageRender.Animations.IMyConstProperty.
Definition at line 487 of file MyConstProperty.cs.
|
inline |
Implements VRageRender.Animations.IMyConstProperty.
Definition at line 528 of file MyConstProperty.cs.
|
get |
Definition at line 483 of file MyConstProperty.cs.