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

Public Member Functions

 MyConstPropertyString ()
 
 MyConstPropertyString (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< string >
 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 string (MyConstPropertyString f)
 

Properties

override string ValueType [get]
 
- Properties inherited from VRageRender.Animations.MyConstProperty< string >
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< string >
virtual void Init ()
 
virtual void Duplicate (IMyConstProperty targetProp)
 
virtual Type GetValueTypeInternal ()
 

Detailed Description

Definition at line 609 of file MyConstProperty.cs.

Constructor & Destructor Documentation

VRageRender.Animations.MyConstPropertyString.MyConstPropertyString ( )
inline

Definition at line 611 of file MyConstProperty.cs.

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

Definition at line 613 of file MyConstProperty.cs.

Member Function Documentation

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

Reimplemented from VRageRender.Animations.MyConstProperty< string >.

Definition at line 627 of file MyConstProperty.cs.

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

Reimplemented from VRageRender.Animations.MyConstProperty< string >.

Definition at line 633 of file MyConstProperty.cs.

static implicit VRageRender.Animations.MyConstPropertyString.operator string ( MyConstPropertyString  f)
inlinestatic

Definition at line 642 of file MyConstProperty.cs.

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

Reimplemented from VRageRender.Animations.MyConstProperty< string >.

Definition at line 622 of file MyConstProperty.cs.

Property Documentation

override string VRageRender.Animations.MyConstPropertyString.ValueType
get

Definition at line 618 of file MyConstProperty.cs.


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