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

Public Member Functions

 MyConstPropertyVector3 ()
 
 MyConstPropertyVector3 (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< Vector3 >
 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 Vector3 (MyConstPropertyVector3 f)
 

Properties

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

Detailed Description

Definition at line 329 of file MyConstProperty.cs.

Constructor & Destructor Documentation

VRageRender.Animations.MyConstPropertyVector3.MyConstPropertyVector3 ( )
inline

Definition at line 331 of file MyConstProperty.cs.

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

Definition at line 334 of file MyConstProperty.cs.

Member Function Documentation

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

Reimplemented from VRageRender.Animations.MyConstProperty< Vector3 >.

Definition at line 350 of file MyConstProperty.cs.

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

Reimplemented from VRageRender.Animations.MyConstProperty< Vector3 >.

Definition at line 357 of file MyConstProperty.cs.

static implicit VRageRender.Animations.MyConstPropertyVector3.operator Vector3 ( MyConstPropertyVector3  f)
inlinestatic

Definition at line 366 of file MyConstProperty.cs.

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

Reimplemented from VRageRender.Animations.MyConstProperty< Vector3 >.

Definition at line 343 of file MyConstProperty.cs.

Property Documentation

override string VRageRender.Animations.MyConstPropertyVector3.ValueType
get

Definition at line 339 of file MyConstProperty.cs.


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