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
Collision | 12 | There is a collision |
Custom | 16 | Custom placeholder for anything |
Default | 0 | Default state, nothing happening |
Disabled | 7 | Button in a disabled state |
Focus | 1 | Looking at object |
Gesture | 10 | Gesture is happening, Move |
GestureMax | 11 | Gesture has reached its max movement |
Grab | 15 | Interactable was grabbed, near interaction grabbable |
Interactive | 4 | Not looking at it and finger is up |
Observation | 6 | Not looking at it and finger down |
ObservationTargeted | 5 | Looking at button finger down |
PhysicalTouch | 14 | Interactable is currently physically touched |
Pressed | 2 | Looking at object and finger down |
Targeted | 3 | Looking at and finger up |
Toggled | 9 | Button is toggled state, on/off |
Visited | 8 | Button was clicked already |
VoiceCommand | 13 | Voice command happened |