XRRenderState.inlineVerticalFieldOfView

Draft
This page is not complete.

Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The read-only inlineVerticalFieldOfView property of the XRRenderState interface returns the default vertical field of view for "inline" sessions and null for all immersive sessions.

Syntax

var inlineVerticalFieldOfView = xrRenderState.inlineVerticalFieldOfView;

Value

A Number for "inline" sessions, which represents the default field of view, and null for immersive sessions.

Specifications

Specification Status Comment
WebXR Device API
The definition of 'XRRenderState.inlineVerticalFieldOfView' in that specification.
Working Draft Initial definition.

Browser compatibility

No compatibility data found. Please contribute data for "api.XRRenderState.inlineVerticalFieldOfView" (depth: 1) to the MDN compatibility data repository.

See also