XRBoundedReferenceSpace

Overview

The WebXR Device API's XRBoundedReferenceSpace interface describes a virtual world reference space which has preset boundaries. This extends XRReferenceSpace, which describes an essentially unrestricted space around the viewer's position.

Location

Properties


boundsGeometry

 

property boundsGeometry: array of DOMPointReadOnly read;

 

DOMPointReadOnly[] boundsGeometry { get; }

 

var boundsGeometry: DOMPointReadOnly... { get{} }

 

DOMPointReadOnly[] boundsGeometry { __get; }

 

ReadOnly Property boundsGeometry() As DOMPointReadOnly()