Click or drag to resize

PhysicsServerBodyGetShapeCount 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.PhysicsServer.BodyGetShapeCount(Godot.RID)"]

Return Value

Type: Int32

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

See Also