MixedRealityCapability 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.
Mixed reality platform capabilities.
public enum class MixedRealityCapability
public enum MixedRealityCapability
type MixedRealityCapability =
Public Enum MixedRealityCapability
- Inheritance
-
MixedRealityCapability
Fields
Name | Value | Description |
---|---|---|
ArticulatedHand | 0 | Articulated hand input |
GGVHand | 1 | Gaze-Gesture-Voice hand input |
MotionController | 2 | Motion controller input |
EyeTracking | 3 | Eye gaze targeting |
VoiceCommand | 4 | Voice commands using app defined keywords |
VoiceDictation | 5 | Voice to text dictation |
SpatialAwarenessMesh | 6 | Spatial meshes |
SpatialAwarenessPlane | 7 | Spatial planes |
SpatialAwarenessPoint | 8 | Spatial points |