Enum XRGazeInteractor.GazeAssistanceCalculation
Defines the way the gaze assistance calculates and sizes the assistance area.
Namespace: UnityEngine.XR.Interaction.Toolkit.Interactors
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum XRGazeInteractor.GazeAssistanceCalculation
Fields
Name | Description |
---|---|
ColliderSize | Gaze assistance area will be sized based on the bounds of the IXRInteractable this XRGazeInteractor is hovering over and scaled by gazeAssistanceColliderScale. |
FixedSize | Gaze assistance area will be a fixed size set in gazeAssistanceColliderFixedSize and scaled by gazeAssistanceColliderScale. |