Function 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.

void bodyRemoveCollisionException (
  const(RID) _body,
  const(RID) excepted_body
) nothrow @nogc;