If set to true, the output automatically resizes to fill the frame
(the browser or application window), and match the orientation.
Changing output width or height manually has no effect.
focused
focused:boolean
Specifies whether the browser or application window has focus.
frameHeight
frameHeight:number
Specifies the frame height, in pixels. This is the height of the browser
or application window.
frameWidth
frameWidth:number
Specifies the frame width, in pixels. This is the width of the browser
or application window.
Forces DisplayInfo to use a specific renderer. This allows
switching between WebGL and Canvas rendering in the HTML runtime.
The RenderMode enum defines Possible renderers. The default is Auto.
Switching renderers at runtime is usually possible, but may not be seamless.
screenDpiScale
screenDpiScale:number
Specifies the scale of the device display (screen) DPI relative to.
96 DPI. For example, a value of 2.0 yields 192 DPI (200% of 96).
screenHeight
screenHeight:number
Specifies the device display (screen) height, in pixels.
screenWidth
screenWidth:number
Specifies the device display (screen) width, in pixels.
visible
visible:boolean
Specifies whether the browser or application window is currently visible
on the screen/device display.
If set to true, the output automatically resizes to fill the frame (the browser or application window), and match the orientation. Changing output width or height manually has no effect.