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

Public Member Functions

 MyConstPropertyInt ()
 
 MyConstPropertyInt (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< int >
 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 int (MyConstPropertyInt f)
 

Properties

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]
 

Additional Inherited Members

- Protected Member Functions inherited from VRageRender.Animations.MyConstProperty< int >
virtual void Init ()
 
virtual void Duplicate (IMyConstProperty targetProp)
 
virtual Type GetValueTypeInternal ()
 

Detailed Description

Definition at line 419 of file MyConstProperty.cs.

Constructor & Destructor Documentation

VRageRender.Animations.MyConstPropertyInt.MyConstPropertyInt ( )
inline

Definition at line 421 of file MyConstProperty.cs.

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

Definition at line 423 of file MyConstProperty.cs.

Member Function Documentation

override void VRageRender.Animations.MyConstPropertyInt.DeserializeValue ( XmlReader  reader,
out object  value 
)
inlinevirtual
override IMyConstProperty VRageRender.Animations.MyConstPropertyInt.Duplicate ( )
inlinevirtual
static implicit VRageRender.Animations.MyConstPropertyInt.operator int ( MyConstPropertyInt  f)
inlinestatic

Definition at line 452 of file MyConstProperty.cs.

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

Property Documentation

override string VRageRender.Animations.MyConstPropertyInt.ValueType
get

Definition at line 428 of file MyConstProperty.cs.


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