Click or drag to resize

PhysicsBodyRemoveCollisionExceptionWith Method

Removes a body from the list of bodies that this body can't collide with.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveCollisionExceptionWith(
	Node body
)

Parameters

body
Type: GodotNode

[Missing <param name="body"/> documentation for "M:Godot.PhysicsBody.RemoveCollisionExceptionWith(Godot.Node)"]

See Also