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

Public Member Functions

 MyConstPropertyBool ()
 
 MyConstPropertyBool (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< bool >
 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 bool (MyConstPropertyBool f)
 

Properties

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

Detailed Description

Definition at line 568 of file MyConstProperty.cs.

Constructor & Destructor Documentation

VRageRender.Animations.MyConstPropertyBool.MyConstPropertyBool ( )
inline

Definition at line 570 of file MyConstProperty.cs.

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

Definition at line 572 of file MyConstProperty.cs.

Member Function Documentation

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

Reimplemented from VRageRender.Animations.MyConstProperty< bool >.

Definition at line 586 of file MyConstProperty.cs.

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

Reimplemented from VRageRender.Animations.MyConstProperty< bool >.

Definition at line 592 of file MyConstProperty.cs.

static implicit VRageRender.Animations.MyConstPropertyBool.operator bool ( MyConstPropertyBool  f)
inlinestatic

Definition at line 601 of file MyConstProperty.cs.

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

Reimplemented from VRageRender.Animations.MyConstProperty< bool >.

Definition at line 581 of file MyConstProperty.cs.

Property Documentation

override string VRageRender.Animations.MyConstPropertyBool.ValueType
get

Definition at line 577 of file MyConstProperty.cs.


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