Function PhysicsServerSingleton.bodySetEnableContinuousCollisionDetection

If true, the continuous collision detection mode is enabled. Continuous collision detection tries to predict where a moving body will collide, instead of moving it and correcting its movement if it collided.

void bodySetEnableContinuousCollisionDetection (
  const(RID) _body,
  const(bool) enable
) nothrow @nogc;