Enum InteractableSelectMode
Options for the selection policy of an Interactable.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum InteractableSelectMode
Fields
Name | Description |
---|---|
Multiple | Allows for multiple Interactors at a time to select the Interactable. |
Single | Allows the Interactable to only be selected by a single Interactor at a time and allows other Interactors to take selection by automatically deselecting. |