Phaser API Documentation

  Version: 
Event: FILE_LOAD
Phaser.Loader.Events.FILE_LOAD
FILE_LOAD

Description:

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).

Parameters:

name type description
file Phaser.Loader.File

A reference to the File which just finished loading.

Since: 3.0.0