PhysicsServerSingleton.bodySetShape

Substitutes a given body shape by another. The old shape is selected by its index, the new one by its RID.

struct PhysicsServerSingleton
@nogc nothrow
void
bodySetShape
(
in RID _body
,
in long shape_idx
,
in RID shape
)

Meta