Click or drag to resize

RayCast2DRemoveException Method

Removes a collision exception so the ray does report collisions with the specified node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveException(
	Object node
)

Parameters

node
Type: GodotObject

[Missing <param name="node"/> documentation for "M:Godot.RayCast2D.RemoveException(Godot.Object)"]

See Also