XRViewerPose
Overview
The WebXR Device API interface XRViewerPose represents the pose (the position and orientation) of a viewer's point of view on the scene. Each XRViewerPose can have multiple views to represent, for example, the slight separation between the left and right eye.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
views
property views: array of XRView read;
XRView[] views { get; }
var views: XRView... { get{} }
XRView[] views { __get; }
ReadOnly Property views() As XRView()