Enum UIInteractionType
Defines the type of interaction expected from the interactor when interacting with UI.
Namespace: UnityEngine.XR.Interaction.Toolkit.UI
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum UIInteractionType
Fields
Name | Description |
---|---|
Poke | The UI interaction is a poke interaction. |
Ray | The UI interaction is a ray interaction. |