Space Engineers
Public Member Functions | Static Public Member Functions | Properties | List of all members
VRageRender.Animations.MyConstPropertyFloat Class Reference
Inheritance diagram for VRageRender.Animations.MyConstPropertyFloat:
VRageRender.Animations.MyConstProperty< float >

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)
 
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 ()
 

Detailed Description

Definition at line 287 of file MyConstProperty.cs.

Constructor & Destructor Documentation

VRageRender.Animations.MyConstPropertyFloat.MyConstPropertyFloat ( )
inline

Definition at line 289 of file MyConstProperty.cs.

VRageRender.Animations.MyConstPropertyFloat.MyConstPropertyFloat ( string  name)
inline

Definition at line 292 of file MyConstProperty.cs.

Member Function Documentation

override void VRageRender.Animations.MyConstPropertyFloat.DeserializeValue ( XmlReader  reader,
out object  value 
)
inlinevirtual

Reimplemented from VRageRender.Animations.MyConstProperty< float >.

Definition at line 306 of file MyConstProperty.cs.

override IMyConstProperty VRageRender.Animations.MyConstPropertyFloat.Duplicate ( )
inlinevirtual

Reimplemented from VRageRender.Animations.MyConstProperty< float >.

Definition at line 312 of file MyConstProperty.cs.

static implicit VRageRender.Animations.MyConstPropertyFloat.operator float ( MyConstPropertyFloat  f)
inlinestatic

Definition at line 321 of file MyConstProperty.cs.

override void VRageRender.Animations.MyConstPropertyFloat.SerializeValue ( XmlWriter  writer,
object  value 
)
inlinevirtual

Reimplemented from VRageRender.Animations.MyConstProperty< float >.

Definition at line 301 of file MyConstProperty.cs.

Property Documentation

override string VRageRender.Animations.MyConstPropertyFloat.ValueType
get

Definition at line 297 of file MyConstProperty.cs.


The documentation for this class was generated from the following file: