Click or drag to resize

PhysicsServerAreaGetSpace Method

Returns the space assigned to the area.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static RID AreaGetSpace(
	RID area
)

Parameters

area
Type: GodotRID

[Missing <param name="area"/> documentation for "M:Godot.PhysicsServer.AreaGetSpace(Godot.RID)"]

Return Value

Type: RID

[Missing <returns> documentation for "M:Godot.PhysicsServer.AreaGetSpace(Godot.RID)"]

See Also