SDKType 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)

public enum class SDKType
public enum SDKType
type SDKType = 
Public Enum SDKType
Inheritance
SDKType

Fields

None 0

No specified type or Standalone / non-XR type

OpenVR 3

The OpenVR platform provided by Unity (does not support the downloadable SteamVR SDK).

OpenXR 4

The OpenXR platform. SDK to be determined once released.

Other 1

Undefined SDK.

WindowsMR 2

The Windows 10 Mixed reality SDK provided by the Universal Windows Platform (UWP), for Immersive MR headsets and HoloLens.

Applies to