The Discrete
field is a member of the PhysicsSimulationMode
enumeration within the Sandbox namespace. It represents a mode of physics simulation where collision detection is performed in a discrete manner. This means that physics bodies may pass through thin walls if they are moving at high speeds, due to the nature of discrete collision checks. However, this mode offers better performance compared to continuous collision detection.