Enum InteractableSelectMode
Options for the selection policy of an Interactable.
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public enum InteractableSelectMode
Fields
Name | Description | Value |
---|---|---|
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. |