Method RemoveRaycast
RemoveRaycast(TrackableId)
Removes a raycast previously added with TryAddRaycast(Vector2, float, out XRRaycast) or TryAddRaycast(Ray, float, out XRRaycast)
Declaration
public virtual void RemoveRaycast(TrackableId trackableId)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | trackableId | The unique identifier associated with the raycast to remove. |