PhysicsServerSingleton.bodyRemoveCollisionException

Removes a body from the list of bodies exempt from collisions. Continuous collision detection tries to predict where a moving body will collide, instead of moving it and correcting its movement if it collided.

struct PhysicsServerSingleton
@nogc nothrow
void
bodyRemoveCollisionException
(
in RID _body
,)

Meta