Function Physics2DServerSingleton.bodyRemoveShape

Removes a shape from a body. The shape is not deleted, so it can be reused afterwards.

void bodyRemoveShape (
  const(RID) _body,
  const(long) shape_idx
) nothrow @nogc;