XRView

Overview

The WebXR Device API's XRView interface provides information describing a single view into the XR scene for a specific frame, providing orientation and position information for the viewpoint.

Location

Properties


eye

 

property eye: String read;

 

String eye { get; }

 

var eye: String { get{} }

 

String eye { __get; }

 

ReadOnly Property eye() As String

projectionMatrix

 

property projectionMatrix: dynamic read;

 

dynamic projectionMatrix { get; }

 

var projectionMatrix: dynamic { get{} }

 

dynamic projectionMatrix { __get; }

 

ReadOnly Property projectionMatrix() As dynamic

transform

 

property transform: XRRigidTransform read;

 

XRRigidTransform transform { get; }

 

var transform: XRRigidTransform { get{} }

 

XRRigidTransform transform { __get; }

 

ReadOnly Property transform() As XRRigidTransform