Click or drag to resize

CollisionObject2DShapeOwnerGetShapeCount Method

Returns the number of shapes the given shape owner contains.

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

Parameters

ownerId
Type: SystemUInt32

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

Return Value

Type: Int32

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

See Also