Method GetCustomReticle
GetCustomReticle(IXRInteractor)
Looks for the current custom reticle that is attached based on a specific Interactor.
Declaration
public virtual GameObject GetCustomReticle(IXRInteractor interactor)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRInteractor | interactor | Interactor that is interacting with this Interactable. |
Returns
| Type | Description |
|---|---|
| GameObject | Returns GameObject that represents the attached custom reticle. |