Click or drag to resize

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
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static RID SpaceCreate()

Return Value

Type: RID

[Missing <returns> documentation for "M:Godot.Physics2DServer.SpaceCreate"]

See Also