Click or drag to resize

CollisionObject2DGetShapeOwners Method

Returns an Array of owner_id identifiers. You can use these ids in other methods that take owner_id as an argument.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetShapeOwners()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.CollisionObject2D.GetShapeOwners"]

See Also