Function Physics2DServerSingleton.spaceCreate

Creates a space. A space is a collection of parameters for the physics engine that can be assigned to an area or a body. It can be assigned to an area with areaSetSpace, or to a body with bodySetSpace.

RID spaceCreate() nothrow @nogc;