Click or drag to resize

Physics2DServerBodyGetSpace Method

Returns the RID of the space assigned to a body.

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

Parameters

body
Type: GodotRID

[Missing <param name="body"/> documentation for "M:Godot.Physics2DServer.BodyGetSpace(Godot.RID)"]

Return Value

Type: RID

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

See Also