Click or drag to resize

CollisionObjectShapeOwnerGetShapeIndex Method

Returns the child index of the Shape with the given id from the given shape owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int ShapeOwnerGetShapeIndex(
	uint ownerId,
	int shapeId
)

Parameters

ownerId
Type: SystemUInt32

[Missing <param name="ownerId"/> documentation for "M:Godot.CollisionObject.ShapeOwnerGetShapeIndex(System.UInt32,System.Int32)"]

shapeId
Type: SystemInt32

[Missing <param name="shapeId"/> documentation for "M:Godot.CollisionObject.ShapeOwnerGetShapeIndex(System.UInt32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.CollisionObject.ShapeOwnerGetShapeIndex(System.UInt32,System.Int32)"]

See Also