Enum SDKType
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)
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
public enum SDKType
Fields
Name | Description |
---|---|
None | No specified type or Standalone / non-XR type |
OpenVR | The OpenVR platform provided by Unity (does not support the downloadable SteamVR SDK). |
OpenXR | The OpenXR platform. SDK to be determined once released. |
Other | Undefined SDK. |
WindowsMR | The Windows 10 Mixed reality SDK provided by the Universal Windows Platform (UWP), for Immersive MR headsets and HoloLens. |