Click or drag to resize

Physics2DServerBodyGetShapeCount Method

Returns the number of shapes assigned to a body.

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

Parameters

body
Type: GodotRID

[Missing <param name="body"/> documentation for "M:Godot.Physics2DServer.BodyGetShapeCount(Godot.RID)"]

Return Value

Type: Int32

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

See Also