Click or drag to resize

RayCast2DRemoveExceptionRid Method

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

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

Parameters

rid
Type: GodotRID

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

See Also