Click or drag to resize

ClippedCameraRemoveException Method

Removes a collision exception 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.ClippedCamera.RemoveException(Godot.Object)"]

See Also