|
| static MyEntity | Spawn (MyPhysicalInventoryItem item, Vector3D position, Vector3D forward, Vector3D up, MyPhysicsComponentBase motionInheritedFrom=null) |
| |
| static MyEntity | Spawn (MyPhysicalInventoryItem item, MatrixD worldMatrix, MyPhysicsComponentBase motionInheritedFrom=null) |
| |
| static MyEntity | Spawn (MyPhysicalInventoryItem item, BoundingSphereD sphere, MyPhysicsComponentBase motionInheritedFrom=null, MyVoxelMaterialDefinition voxelMaterial=null) |
| |
| static MyEntity | Spawn (MyPhysicalItemDefinition itemDefinition, Vector3D translation, Vector3D forward, Vector3D up, int amount=1, float scale=1) |
| |
| static void | EnqueueInventoryItemSpawn (MyPhysicalInventoryItem inventoryItem, BoundingBoxD boundingBox, Vector3D inheritedVelocity) |
| |
| static void | AddFloatingObjectAmount (MyFloatingObject obj, MyFixedPoint amount) |
| |
| static void | RemoveFloatingObject (MyFloatingObject obj, bool sync) |
| |
| static void | RemoveFloatingObject (MyFloatingObject obj) |
| |
| static void | ReduceFloatingObjects () |
| |
| static MyObjectBuilder_FloatingObject | ChangeObjectBuilder (MyComponentDefinition componentDef, MyObjectBuilder_EntityBase entityOb) |
| | This is used mainly for compactibility issues, it takes the builder of an entity of old object representation and creates a floating object builder for it More...
|
| |
| static void | RequestSpawnCreative (MyObjectBuilder_FloatingObject obj) |
| | Players are allowed to spawn any object in creative More...
|
| |
Definition at line 36 of file MyFloatingObjects.cs.
This is used mainly for compactibility issues, it takes the builder of an entity of old object representation and creates a floating object builder for it
Definition at line 658 of file MyFloatingObjects.cs.
| override void Sandbox.Game.Entities.MyFloatingObjects.LoadData |
( |
| ) |
|
|
inlinevirtual |
| static void Sandbox.Game.Entities.MyFloatingObjects.ReduceFloatingObjects |
( |
| ) |
|
|
inlinestatic |
| static void Sandbox.Game.Entities.MyFloatingObjects.RemoveFloatingObject |
( |
MyFloatingObject |
obj, |
|
|
bool |
sync |
|
) |
| |
|
inlinestatic |
| static void Sandbox.Game.Entities.MyFloatingObjects.RemoveFloatingObject |
( |
MyFloatingObject |
obj | ) |
|
|
inlinestatic |
| override void Sandbox.Game.Entities.MyFloatingObjects.UnloadData |
( |
| ) |
|
|
inlineprotectedvirtual |
| override void Sandbox.Game.Entities.MyFloatingObjects.UpdateAfterSimulation |
( |
| ) |
|
|
inlinevirtual |
| int Sandbox.Game.Entities.MyFloatingObjects.FloatingItemCount |
|
staticget |
| int Sandbox.Game.Entities.MyFloatingObjects.FloatingOreCount |
|
staticget |
The documentation for this class was generated from the following file: