The Loader Plugin Post Process Event.
This event is dispatched by the Loader Plugin when the Loader has finished loading everything in the load queue. It is dispatched before the internal lists are cleared and each File is destroyed.
Use this hook to perform any last minute processing of files that can only happen once the
Loader has completed, but prior to it emitting the complete
event.
Listen to it from a Scene using: this.load.on('postprocess', listener)
.
name | type | description |
---|---|---|
loader | Phaser.Loader.LoaderPlugin |
A reference to the Loader Plugin that dispatched this event. |