Click or drag to resize

ClippedCameraAddExceptionRid Method

Adds a collision exception so the camera does not collide with the specified RID.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddExceptionRid(
	RID rid
)

Parameters

rid
Type: GodotRID

[Missing <param name="rid"/> documentation for "M:Godot.ClippedCamera.AddExceptionRid(Godot.RID)"]

See Also