Physics2DServerSingleton.bodySetShapeDisabled

Disables shape in body if disable is true.

struct Physics2DServerSingleton
@nogc nothrow
void
bodySetShapeDisabled
(
in RID _body
,
in long shape_idx
,
in bool disable
)

Meta