Method RemoveCustomReticle
RemoveCustomReticle(IXRInteractor)
Removes the custom reticle from the Interactor.
Declaration
public virtual void RemoveCustomReticle(IXRInteractor interactor)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRInteractor | interactor | Interactor that is no longer interacting with this Interactable. |
Remarks
If the custom reticle has an IXRInteractableCustomReticle component, this will call OnReticleDetaching() on it.