height property

int get height

The read-only XRViewport property height specifies the height, in pixels, of the viewport onto the drawing surface within which the WebXR view is to be rendered. Along with XRViewport.width and the origin point given by XRViewport.x and XRViewport.y, this defines the area within which rendered content will be drawn.

Implementation

external int get height;