Physics2DServerSpaceCreate Method |
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(RID, RID), or to a body with BodySetSpace(RID, RID).
Namespace: Godot
public static RID SpaceCreate()
[Missing <returns> documentation for "M:Godot.Physics2DServer.SpaceCreate"]