Click or drag to resize

CollisionObjectGetShapeOwners 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.CollisionObject.GetShapeOwners"]

See Also