Click or drag to resize

PhysicsServerBodyGetObjectInstanceId 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.PhysicsServer.BodyGetObjectInstanceId(Godot.RID)"]

Return Value

Type: UInt32

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

See Also