Enum InteractableFocusMode
Options for the focus policy of an Interactable.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum InteractableFocusMode
Fields
Name | Description |
---|---|
Multiple | Allows for multiple Interaction groups at a time to focus the Interactable. |
None | Focus not supported for this interactable. |
Single | Allows the Interactable to only be focused by a single Interaction group at a time and allows other Interaction groups to take focus by automatically losing focus. |