Click or drag to resize

Physics2DServerBodyGetObjectInstanceId Method

Gets the instance ID of the object the area is assigned to.

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

Parameters

body
Type: GodotRID

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

Return Value

Type: UInt32

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

See Also