Phaser API Documentation

  Version: 
fileProcessComplete(file)

Description:

An internal method that is called automatically by the File when it has finished processing.

If the process was successful, and the File isn't part of a MultiFile, its addToCache method is called.

It this then removed from the queue. If there are no more files to load loadComplete is called.

Parameters:

name type description
file Phaser.Loader.File

The file that has finished processing.

Since: 3.7.0