Click or drag to resize

Physics2DServerBodyRemoveCollisionException Method

Removes a body from the list of bodies exempt from collisions.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void BodyRemoveCollisionException(
	RID body,
	RID exceptedBody
)

Parameters

body
Type: GodotRID

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

exceptedBody
Type: GodotRID

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

See Also