Interface IXRInteractableCustomReticle
Interface for a component on a customReticle for an interactable.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
public interface IXRInteractableCustomReticle
Methods
| Name | Description |
|---|---|
| OnReticleAttached(XRBaseInteractable, IXRCustomReticleProvider) | Called by the |
| OnReticleDetaching() | Called by the interactable before it detaches the custom reticle and destroys it. |