Function PhysicsServerSingleton.spaceSetActive

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

void spaceSetActive (
  const(RID) space,
  const(bool) active
) nothrow @nogc;