XRViewport

open class XRViewport(source)

Describes a viewport, or rectangular region, of a graphics surface.

ref: https://immersive-web.github.io/webxr/#xrviewport-interface

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int