Function Physics2DServerSingleton.bodySetContinuousCollisionDetectionMode

Sets the continuous collision detection mode using one of the ccdmode constants. Continuous collision detection tries to predict where a moving body will collide, instead of moving it and correcting its movement if it collided.

void bodySetContinuousCollisionDetectionMode (
  const(RID) _body,
  const(long) mode
) nothrow @nogc;