Click or drag to resize

CollisionObject2DShapeFindOwner Method

Returns the owner_id of the given shape.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public uint ShapeFindOwner(
	int shapeIndex
)

Parameters

shapeIndex
Type: SystemInt32

[Missing <param name="shapeIndex"/> documentation for "M:Godot.CollisionObject2D.ShapeFindOwner(System.Int32)"]

Return Value

Type: UInt32

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

See Also