Function Physics2DServerSingleton.spaceGetDirectState

Returns the state of a space, a Physics2DDirectSpaceState. This object can be used to make collision/intersection queries.

Physics2DDirectSpaceState spaceGetDirectState (
  const(RID) space
) nothrow @nogc;