Physics2DServerSingleton.areaSetShape

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

struct Physics2DServerSingleton
@nogc nothrow
void
areaSetShape
(
in RID area
,
in long shape_idx
,
in RID shape
)

Meta