Method RemoveRaycast
RemoveRaycast(ARRaycast)
Removes an existing ARRaycast.
Declaration
public void RemoveRaycast(ARRaycast raycast)
Parameters
Type | Name | Description |
---|---|---|
ARRaycast | raycast | The ARRaycast to remove. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |