Click or drag to resize

PhysicsBody2DAddCollisionExceptionWith Method

Adds a body to 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 AddCollisionExceptionWith(
	Node body
)

Parameters

body
Type: GodotNode

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

See Also