The PhysicsSimulationMode enum defines the modes of physics simulation available in the Sandbox environment. It is used to specify how collision detection is handled in the physics world, impacting both performance and accuracy.
The PhysicsSimulationMode enum defines the modes of physics simulation available in the Sandbox environment. It is used to specify how collision detection is handled in the physics world, impacting both performance and accuracy.
Member Name | Summary |
---|---|
Discrete | Discrete collision detection. In this mode, physics bodies can fly through thin walls when moving very quickly, but it has better performance. |
Continuous | Continuous collision detection. This is the default mode. |