XRSettingsUtilities.OpenXREnabled 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 whether the Unity OpenXR plugin is enabled.
public:
static property bool OpenXREnabled { bool get(); };
public static bool OpenXREnabled { get; }
static member OpenXREnabled : bool
Public Shared ReadOnly Property OpenXREnabled As Boolean