Version: 2017.2
public static bool isDeviceActive ;

설명

Read-only value that can be used to determine if the XR device is active.

When true, Unity is accepting input from the HMD and rendering to the HMD's display(s). This can become false if a device is disconnected, a device could not be intialized (see XRSettings.LoadDeviceByName), or XRSettings.enabled is set to false.

XR output is automatically mirrored to the main display (if applicable). This can be controlled with XRSettings.showDeviceView.

The main window is still controlled by Screen and related APIs.