Space Engineers
|
Public Member Functions | |
MyConstPropertyFloat () | |
MyConstPropertyFloat (string name) | |
override void | SerializeValue (XmlWriter writer, object value) |
override void | DeserializeValue (XmlReader reader, out object value) |
override IMyConstProperty | Duplicate () |
Public Member Functions inherited from VRageRender.Animations.MyConstProperty< float > | |
MyConstProperty () | |
MyConstProperty (string name) | |
U | GetValue< U > () |
virtual void | SetValue (object val) |
void | SetValue (T val) |
virtual void | Serialize (XmlWriter writer) |
virtual void | Deserialize (XmlReader reader) |
virtual void | DeserializeFromObjectBuilder (GenerationProperty property) |
Static Public Member Functions | |
static implicit | operator float (MyConstPropertyFloat f) |
Properties | |
override string | ValueType [get] |
Properties inherited from VRageRender.Animations.MyConstProperty< float > | |
string | Name [get, set] |
virtual string | ValueType [get] |
virtual string | BaseValueType [get] |
virtual bool | Animated [get] |
virtual bool | Is2D [get] |
Additional Inherited Members | |
Protected Member Functions inherited from VRageRender.Animations.MyConstProperty< float > | |
virtual void | Init () |
virtual void | Duplicate (IMyConstProperty targetProp) |
virtual Type | GetValueTypeInternal () |
Definition at line 287 of file MyConstProperty.cs.
|
inline |
Definition at line 289 of file MyConstProperty.cs.
|
inline |
Definition at line 292 of file MyConstProperty.cs.
|
inlinevirtual |
Reimplemented from VRageRender.Animations.MyConstProperty< float >.
Definition at line 306 of file MyConstProperty.cs.
|
inlinevirtual |
Reimplemented from VRageRender.Animations.MyConstProperty< float >.
Definition at line 312 of file MyConstProperty.cs.
|
inlinestatic |
Definition at line 321 of file MyConstProperty.cs.
|
inlinevirtual |
Reimplemented from VRageRender.Animations.MyConstProperty< float >.
Definition at line 301 of file MyConstProperty.cs.
|
get |
Definition at line 297 of file MyConstProperty.cs.