The File Load Error Event.
This event is dispatched by the Loader Plugin when a file fails to load.
Listen to it from a Scene using: this.load.on('loaderror', listener)
.
name | type | description |
---|---|---|
file | Phaser.Loader.File |
A reference to the File which errored during load. |