The File Load Event.
This event is dispatched by the Loader Plugin when a file finishes loading, but before it is processed and added to the internal Phaser caches.
Listen to it from a Scene using: this.load.on('load', listener)
.
name | type | description |
---|---|---|
file | Phaser.Loader.File |
A reference to the File which just finished loading. |