Function Physics2DServerSingleton.bodySetShapeDisabled
Disables shape in body if disable
is true
.
void bodySetShapeDisabled
(
const(RID) _body,
const(long) shape_idx,
const(bool) disabled
) nothrow @nogc;