SupportedControllerType Enum

Definition

The SDKType lists the XR SDKs that are supported by the Mixed Reality Toolkit. Initially, this lists proposed SDKs, not all may be implemented at this time (please see ReleaseNotes for more details)

This enumeration supports a bitwise combination of its member values.

public enum class SupportedControllerType
[System.Flags]
public enum SupportedControllerType
[<System.Flags>]
type SupportedControllerType = 
Public Enum SupportedControllerType
Inheritance
SupportedControllerType
Attributes

Fields

ArticulatedHand 1024
GenericOpenVR 1
GenericUnity 64
GGVHand 2048
HPMotionController 4096
Mouse 512
OculusRemote 16
OculusTouch 8
TouchScreen 256
ViveKnuckles 4
ViveWand 2
WindowsMixedReality 32
Xbox 128

Applies to