Physics2DServerSingleton.bodyRemoveShape

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

struct Physics2DServerSingleton
@nogc nothrow
void
bodyRemoveShape
(
in RID _body
,
in long shape_idx
)

Meta