Click or drag to resize

CollisionObject2DShapeOwnerGetOwner Method

Returns the parent object of the given shape owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object ShapeOwnerGetOwner(
	uint ownerId
)

Parameters

ownerId
Type: SystemUInt32

[Missing <param name="ownerId"/> documentation for "M:Godot.CollisionObject2D.ShapeOwnerGetOwner(System.UInt32)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.CollisionObject2D.ShapeOwnerGetOwner(System.UInt32)"]

See Also