Called when destroying Application, scoped to Application instance.
Returns void
init
init(options): void
Called when Application is constructed, scoped to Application instance.
Passes in options as the only argument, which are Application constructor options.
Any plugin that's usable for Application should contain these methods.
Memberof
PIXI