Physics2DServerSingleton.spaceSetActive

Marks a space as active. It will not have an effect, unless it is assigned to an area or body.

struct Physics2DServerSingleton
@nogc nothrow
void
spaceSetActive
(
in RID space
,
in bool active
)

Meta