Method OnReticleAttached
OnReticleAttached(XRBaseInteractable, IXRCustomReticleProvider)
Called by the interactable after it instantiates the custom reticle and attaches it
to the reticleProvider.
Declaration
void OnReticleAttached(XRBaseInteractable interactable, IXRCustomReticleProvider reticleProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| XRBaseInteractable | interactable | The interactable that instantiated the custom reticle. |
| IXRCustomReticleProvider | reticleProvider | The object to which the custom reticle was attached. |