Optional
options: Partial<IApplicationOptions>The optional application and renderer parameters.
WebGL renderer if available, otherwise CanvasRenderer.
The root display container that's rendered.
Static
_Collection of installed plugins.
Reference to the renderer's screen rectangle. Its safe to use as filterArea
or hitArea
for the whole screen.
Destroy and don't use after this.
Optional
removeView: booleanAutomatically remove canvas from DOM.
Optional
stageOptions: boolean | IDestroyOptionsOptions parameter. A boolean will act as if all options have been set to that value
Optional
baseTexture?: booleanOptional
children?: booleanOptional
texture?: booleanRender the current stage.
Convenience class to create a new PixiJS application.
This class automatically creates the renderer, ticker and root container.
Example
Memberof
PIXI