Optional
options: Partial<IApplicationOptions>The root display container that's rendered.
Static
_Collection 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
if set to true, all the children will have their destroy method called as well. 'stageOptions' will be passed on to those calls.
Only used for child Sprites if stageOptions.children is set to true. Should it destroy the texture of the child sprite
Only used for child Sprites if stageOptions.children is set to true. Should it destroy the base texture of the child sprite
Render the current stage.
WebGL renderer if available, otherwise CanvasRenderer.