Optional
options: Partial<IApplicationOptions>The optional application and renderer parameters.
WebGL renderer if available, otherwise CanvasRenderer.
The root display container that's rendered.
Static
_pluginsCollection of installed plugins.
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
Generated using TypeDoc
Convenience class to create a new PixiJS application.
This class automatically creates the renderer, ticker and root container.
Example
Memberof
PIXI