|
Space Engineers
|
Public Member Functions | |
| bool | ShouldSerializeModelVariant () |
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 () |
Public Attributes | |
| MyObjectBuilder_InventoryItem | Item |
| int | ModelVariant |
| string | OreSubtypeId |
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 | |
Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base | |
| MyStringHash | SubtypeId [get] |
| string | SubtypeName [get, set] |
| MyObjectBuilderType | TypeId [get] |
Definition at line 10 of file MyObjectBuilder_FloatingObject.cs.
|
inline |
Definition at line 17 of file MyObjectBuilder_FloatingObject.cs.
| MyObjectBuilder_InventoryItem VRage.Game.MyObjectBuilder_FloatingObject.Item |
Definition at line 13 of file MyObjectBuilder_FloatingObject.cs.
| int VRage.Game.MyObjectBuilder_FloatingObject.ModelVariant |
Definition at line 16 of file MyObjectBuilder_FloatingObject.cs.
| string VRage.Game.MyObjectBuilder_FloatingObject.OreSubtypeId |
Definition at line 21 of file MyObjectBuilder_FloatingObject.cs.
1.8.8