Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The canPresent property returns whether the VRDisplay is capable of presenting content to an HMD (head mounted display) or similar device.
This property is read-only.
Syntax
JavaScript |
---|
canPresent = object.canPresent |
Property values
Type: boolean
Remarks
If the canPresent property is false, calls to VRDisplay.requestPresent will fail, and VRDisplay.getEyeParameters will be null.