API reference
API reference
Select your platform
No SDKs available
No versions available

InteractionType Enum

Defines the types of interaction events that can occur.

Enumeration Constants

MemberValueDescription
None
0
No specific interaction type.
HoverStart
1
An interactor has started hovering over an interactable.
HoverEnd
2
An interactor has stopped hovering over an interactable.
SelectStart
3
An interactor has selected an interactable.
SelectEnd
4
An interactor has unselected an interactable.
UIHoverStart
10
A UI pointer has started hovering over a UI element.
UIHoverEnd
11
A UI pointer has stopped hovering over a UI element.
UISelectStart
12
A UI pointer has selected a UI element.
UISelectEnd
13
A UI pointer has unselected a UI element.