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

Public Member Functions

void Serialize (XmlWriter writer)
 
void Deserialize (XmlReader reader)
 
void DeserializeFromObjectBuilder (GenerationProperty property)
 
void SerializeValue (XmlWriter writer, object value)
 
void DeserializeValue (XmlReader reader, out object value)
 
void SetValue (object val)
 
object GetValue ()
 
IMyConstProperty Duplicate ()
 
Type GetValueType ()
 

Properties

string Name [get, set]
 
string ValueType [get]
 
string BaseValueType [get]
 
bool Animated [get]
 
bool Is2D [get]
 

Detailed Description

Definition at line 99 of file MyConstProperty.cs.

Member Function Documentation

void VRageRender.Animations.IMyConstProperty.Deserialize ( XmlReader  reader)
void VRageRender.Animations.IMyConstProperty.DeserializeFromObjectBuilder ( GenerationProperty  property)
void VRageRender.Animations.IMyConstProperty.DeserializeValue ( XmlReader  reader,
out object  value 
)
IMyConstProperty VRageRender.Animations.IMyConstProperty.Duplicate ( )
object VRageRender.Animations.IMyConstProperty.GetValue ( )
Type VRageRender.Animations.IMyConstProperty.GetValueType ( )
void VRageRender.Animations.IMyConstProperty.Serialize ( XmlWriter  writer)
void VRageRender.Animations.IMyConstProperty.SerializeValue ( XmlWriter  writer,
object  value 
)
void VRageRender.Animations.IMyConstProperty.SetValue ( object  val)

Property Documentation

bool VRageRender.Animations.IMyConstProperty.Animated
get

Definition at line 104 of file MyConstProperty.cs.

string VRageRender.Animations.IMyConstProperty.BaseValueType
get

Definition at line 103 of file MyConstProperty.cs.

bool VRageRender.Animations.IMyConstProperty.Is2D
get

Definition at line 105 of file MyConstProperty.cs.

string VRageRender.Animations.IMyConstProperty.Name
getset

Definition at line 101 of file MyConstProperty.cs.

string VRageRender.Animations.IMyConstProperty.ValueType
get

Definition at line 102 of file MyConstProperty.cs.


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