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

Public Member Functions

 MyConstPropertyEnum ()
 
 MyConstPropertyEnum (string name)
 
 MyConstPropertyEnum (string name, Type enumType, List< string > enumStrings)
 
override void SerializeValue (XmlWriter writer, object value)
 
override void DeserializeValue (XmlReader reader, out object value)
 
Type GetEnumType ()
 
List< string > GetEnumStrings ()
 
override IMyConstProperty Duplicate ()
 
override void SetValue (object val)
 
- Public Member Functions inherited from VRageRender.Animations.MyConstPropertyInt
 MyConstPropertyInt ()
 
 MyConstPropertyInt (string name)
 
- Public Member Functions inherited from VRageRender.Animations.MyConstProperty< int >
 MyConstProperty ()
 
 MyConstProperty (string name)
 
GetValue< U > ()
 
void SetValue (T val)
 
virtual void Serialize (XmlWriter writer)
 
virtual void Deserialize (XmlReader reader)
 
virtual void DeserializeFromObjectBuilder (GenerationProperty property)
 
- Public Member Functions inherited from VRageRender.Animations.IMyConstProperty
void Serialize (XmlWriter writer)
 
void Deserialize (XmlReader reader)
 
void DeserializeFromObjectBuilder (GenerationProperty property)
 
object GetValue ()
 

Properties

override string BaseValueType [get]
 
- Properties inherited from VRageRender.Animations.MyConstPropertyInt
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]
 
- Properties inherited from VRageRender.Animations.IMyConstProperty
string Name [get, set]
 
string ValueType [get]
 
string BaseValueType [get]
 
bool Animated [get]
 
bool Is2D [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from VRageRender.Animations.MyConstPropertyInt
static implicit operator int (MyConstPropertyInt f)
 
- 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 460 of file MyConstProperty.cs.

Constructor & Destructor Documentation

VRageRender.Animations.MyConstPropertyEnum.MyConstPropertyEnum ( )
inline

Definition at line 468 of file MyConstProperty.cs.

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

Definition at line 470 of file MyConstProperty.cs.

VRageRender.Animations.MyConstPropertyEnum.MyConstPropertyEnum ( string  name,
Type  enumType,
List< string >  enumStrings 
)
inline

Definition at line 475 of file MyConstProperty.cs.

Member Function Documentation

override void VRageRender.Animations.MyConstPropertyEnum.DeserializeValue ( XmlReader  reader,
out object  value 
)
inline

Implements VRageRender.Animations.IMyConstProperty.

Definition at line 492 of file MyConstProperty.cs.

override IMyConstProperty VRageRender.Animations.MyConstPropertyEnum.Duplicate ( )
inline

Implements VRageRender.Animations.IMyConstProperty.

Definition at line 508 of file MyConstProperty.cs.

List<string> VRageRender.Animations.MyConstPropertyEnum.GetEnumStrings ( )
inline

Definition at line 503 of file MyConstProperty.cs.

Type VRageRender.Animations.MyConstPropertyEnum.GetEnumType ( )
inline

Definition at line 498 of file MyConstProperty.cs.

override void VRageRender.Animations.MyConstPropertyEnum.SerializeValue ( XmlWriter  writer,
object  value 
)
inline

Implements VRageRender.Animations.IMyConstProperty.

Definition at line 487 of file MyConstProperty.cs.

override void VRageRender.Animations.MyConstPropertyEnum.SetValue ( object  val)
inline

Implements VRageRender.Animations.IMyConstProperty.

Definition at line 528 of file MyConstProperty.cs.

Property Documentation

override string VRageRender.Animations.MyConstPropertyEnum.BaseValueType
get

Definition at line 483 of file MyConstProperty.cs.


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