class MAGES::MeshDeformations::Synchronization::RemoveSimulationMeshCommand¶
Overview¶
Command to be queued to remove a simulation mesh from the physics world in the next synchronization step. More…
class RemoveSimulationMeshCommand: public MAGES.MeshDeformations.Synchronization.BaseCommand
{
public:
// structs
struct AdjustSimulationMeshDescriptorIndices;
// methods
RemoveSimulationMeshCommand(SimulationMesh simulationMesh);
override void Apply(PhysicsWorld physicsWorld);
};
Detailed Documentation¶
Command to be queued to remove a simulation mesh from the physics world in the next synchronization step.
Methods¶
RemoveSimulationMeshCommand(SimulationMesh simulationMesh)
Initializes a new instance of the RemoveSimulationMeshCommand class.
Parameters:
simulationMesh |
The simulationMesh. |