PIXI.IApplicationPlugin
interface IApplicationPlugin
Any plugin that's usable for Application should contain these methods.
Summary
Methods from IApplicationPlugin
| void |
Called when destroying Application, scoped to Application instance. |
| void |
|
Public Methods
destroy() → {void}
Called when destroying Application, scoped to Application instance.
| Type | Description |
|---|---|
| void |
init(options: object) → {void}
Called when Application is constructed, scoped to Application instance.
Passes in options as the only argument, which are Application constructor options.
| Name | Type | Description |
|---|---|---|
| options | object |
Application options. |
| Type | Description |
|---|---|
| void |