Physics2DServerSingleton.areaRemoveShape

Removes a shape from an area. It does not delete the shape, so it can be reassigned later.

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

Meta