Click or drag to resize

PhysicsServerAreaGetShapeCount Method

Returns the number of shapes assigned to an area.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int AreaGetShapeCount(
	RID area
)

Parameters

area
Type: GodotRID

[Missing <param name="area"/> documentation for "M:Godot.PhysicsServer.AreaGetShapeCount(Godot.RID)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.PhysicsServer.AreaGetShapeCount(Godot.RID)"]

See Also