Interface IXRReticleDirectionProvider
An interface that provides the rotation of a reticle to match an interactor's attach transform.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
public interface IXRReticleDirectionProvider
Methods
| Name | Description |
|---|---|
| GetReticleDirection(IXRInteractor, Vector3, out Vector3, out Vector3?) | Get the reticle direction based on the given interactor's attach transform. |