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

Public Member Functions

 MyConstPropertyVector4 ()
 
 MyConstPropertyVector4 (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< Vector4 >
 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 Vector4 (MyConstPropertyVector4 f)
 

Properties

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

Detailed Description

Definition at line 374 of file MyConstProperty.cs.

Constructor & Destructor Documentation

VRageRender.Animations.MyConstPropertyVector4.MyConstPropertyVector4 ( )
inline

Definition at line 376 of file MyConstProperty.cs.

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

Definition at line 378 of file MyConstProperty.cs.

Member Function Documentation

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

Reimplemented from VRageRender.Animations.MyConstProperty< Vector4 >.

Definition at line 395 of file MyConstProperty.cs.

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

Reimplemented from VRageRender.Animations.MyConstProperty< Vector4 >.

Definition at line 402 of file MyConstProperty.cs.

static implicit VRageRender.Animations.MyConstPropertyVector4.operator Vector4 ( MyConstPropertyVector4  f)
inlinestatic

Definition at line 411 of file MyConstProperty.cs.

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

Reimplemented from VRageRender.Animations.MyConstProperty< Vector4 >.

Definition at line 387 of file MyConstProperty.cs.

Property Documentation

override string VRageRender.Animations.MyConstPropertyVector4.ValueType
get

Definition at line 383 of file MyConstProperty.cs.


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