XRSDKBoundarySystem.IsXRDevicePresent 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.
Whether any XR device is present.
protected:
virtual property bool IsXRDevicePresent { bool get(); };
protected override bool IsXRDevicePresent { get; }
member this.IsXRDevicePresent : bool
Protected Overrides ReadOnly Property IsXRDevicePresent As Boolean