Class XRGazeAssistance.InteractorData
Contains all the references to objects needed to mediate gaze fallback for a particular ray interactor.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
[Serializable]
public sealed class XRGazeAssistance.InteractorData
Properties
| Name | Description |
|---|---|
| fallback | If this interactor is currently having its ray data modified to the gaze fallback. |
| interactor | The interactor that can fall back to gaze data. |
| teleportRay | Changes mediation behavior to account for teleportation controls. |