Click or drag to resize

PhysicsServerBodyGetMaxContactsReported Method

Returns the maximum contacts that can be reported. See BodySetMaxContactsReported(RID, Int32).

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

Parameters

body
Type: GodotRID

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

Return Value

Type: Int32

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

See Also