y property

int get y

The read-only XRViewport interface's y property indicates the offset from the bottom edge of the destination surface (typically a XRWebGLLayer) to the bottom edge of the viewport within the surface into which WebXR content is to be rendered. The viewport's XRViewport.x property identifies the x component of the origin, and its is given by the XRViewPort.width and XRViewport.height properties.

Implementation

external int get y;