Method AttachCustomReticle
AttachCustomReticle(IXRInteractor)
Attaches the custom reticle to the Interactor.
Declaration
public virtual void AttachCustomReticle(IXRInteractor interactor)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRInteractor | interactor | Interactor that is interacting with this Interactable. |
Remarks
If the custom reticle has an IXRInteractableCustomReticle component, this will call OnReticleAttached(XRBaseInteractable, IXRCustomReticleProvider) on it.