XRSettingsUtilities.XRSDKEnabled Property
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.
Checks if an XR SDK plug-in is installed that disables legacy VR. Returns false if so.
public:
static property bool XRSDKEnabled { bool get(); };
public static bool XRSDKEnabled { get; }
static member XRSDKEnabled : bool
Public Shared ReadOnly Property XRSDKEnabled As Boolean