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
ArticulatedHand | 0 | Articulated hand input |
EyeTracking | 3 | Eye gaze targeting |
GGVHand | 1 | Gaze-Gesture-Voice hand input |
MotionController | 2 | Motion controller input |
SpatialAwarenessMesh | 6 | Spatial meshes |
SpatialAwarenessPlane | 7 | Spatial planes |
SpatialAwarenessPoint | 8 | Spatial points |
VoiceCommand | 4 | Voice commands using app defined keywords |
VoiceDictation | 5 | Voice to text dictation |