Enum NearFarInteractor.Region
Enum used to keep track of whether the selection is currently occurring in the near-field or far-field region.
Namespace: UnityEngine.XR.Interaction.Toolkit.Interactors
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum NearFarInteractor.Region
Fields
Name | Description |
---|---|
Far | Selection is occurring with far-field interaction. The interaction attach controller has an offset. |
Near | Selection is occurring with near-field interaction. The interaction attach controller does not have an offset. |
None | None means no selection is occurring. |