Share via


hasExternalDisplay property

The hasExternalDisplay property returns whether the VRDisplay is separate from the device’s primary display.

This property is read-only.

Syntax

JavaScript
hasPos = object.hasExternalDisplay

 

Property values

Type: boolean

Remarks

The hasExternalDisplay property will be false if presenting VR content will obscure other content on the device.

When false, applications shouldn't attempt to mirror VR content or update non-VR UI. This content will not be visible when false.

See also

VRDisplayCapabilities