Whether CSS dimensions of canvas view should be resized to screen dimensions automatically.
The canvas element that everything is drawn to.
The resolution / device pixel ratio of the renderer.
PIXI.settings.RESOLUTION
Measurements of the screen. (0, 0, screenWidth, screenHeight).
Its safe to use as filterArea or hitArea for the whole stage.
initiates the view system
the options for the view
Generated using TypeDoc
The view system manages the main canvas that is attached to the DOM. This main role is to deal with how the holding the view reference and dealing with how it is resized.
Memberof
PIXI