InteractableStates.InteractableStateEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of valid state types for Interactable
public: enum class InteractableStates::InteractableStateEnum
public enum InteractableStates.InteractableStateEnum
type InteractableStates.InteractableStateEnum =
Public Enum InteractableStates.InteractableStateEnum
- Inheritance
-
InteractableStates.InteractableStateEnum
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default state, nothing happening |
Focus | 1 | Looking at object |
Pressed | 2 | Looking at object and finger down |
Targeted | 3 | Looking at and finger up |
Interactive | 4 | Not looking at it and finger is up |
ObservationTargeted | 5 | Looking at button finger down |
Observation | 6 | Not looking at it and finger down |
Disabled | 7 | Button in a disabled state |
Visited | 8 | Button was clicked already |
Toggled | 9 | Button is toggled state, on/off |
Gesture | 10 | Gesture is happening, Move |
GestureMax | 11 | Gesture has reached its max movement |
Collision | 12 | There is a collision |
VoiceCommand | 13 | Voice command happened |
PhysicalTouch | 14 | Interactable is currently physically touched |
Grab | 15 | Interactable was grabbed, near interaction grabbable |
Custom | 16 | Custom placeholder for anything |