Optionaloptions: 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.
OptionalremoveView: booleanAutomatically remove canvas from DOM.
OptionalstageOptions: boolean | IDestroyOptionsOptions parameter. A boolean will act as if all options have been set to that value
OptionalbaseTexture?: booleanOptionalchildren?: booleanOptionaltexture?: 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