Space Engineers
Public Attributes | List of all members
VRage.ObjectBuilders.MyObjectBuilder_ReplicableEntity Class Reference

This object builder is old and is for "MyInventoryBagEntity". Do not use it as base class or for anything. It is here only for backward compatibility. More...

Inheritance diagram for VRage.ObjectBuilders.MyObjectBuilder_ReplicableEntity:
VRage.ObjectBuilders.MyObjectBuilder_EntityBase VRage.ObjectBuilders.MyObjectBuilder_Base

Public Attributes

SerializableVector3 LinearVelocity
 
SerializableVector3 AngularVelocity
 
float Mass = 5.0f
 
- Public Attributes inherited from VRage.ObjectBuilders.MyObjectBuilder_EntityBase
long EntityId
 
MyPersistentEntityFlags2 PersistentFlags
 
string Name
 
MyPositionAndOrientation PositionAndOrientation
 
MyObjectBuilder_ComponentContainer ComponentContainer = null
 
SerializableDefinitionId EntityDefinitionId = null
 

Additional Inherited Members

- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_EntityBase
bool ShouldSerializePositionAndOrientation ()
 
bool ShouldSerializeComponentContainer ()
 
bool ShouldSerializeEntityDefinitionId ()
 
virtual void Remap (IMyRemapHelper remapHelper)
 Remaps this entity's entityId to a new value. If there are cross-referenced between different entities in this object builder, the remapHelper should be used to rememeber these references and retrieve them. More...
 
- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 
- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 

Detailed Description

This object builder is old and is for "MyInventoryBagEntity". Do not use it as base class or for anything. It is here only for backward compatibility.

Definition at line 10 of file MyObjectBuilder_ReplicableEntity.cs.

Member Data Documentation

SerializableVector3 VRage.ObjectBuilders.MyObjectBuilder_ReplicableEntity.AngularVelocity

Definition at line 13 of file MyObjectBuilder_ReplicableEntity.cs.

SerializableVector3 VRage.ObjectBuilders.MyObjectBuilder_ReplicableEntity.LinearVelocity

Definition at line 12 of file MyObjectBuilder_ReplicableEntity.cs.

float VRage.ObjectBuilders.MyObjectBuilder_ReplicableEntity.Mass = 5.0f

Definition at line 14 of file MyObjectBuilder_ReplicableEntity.cs.


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