Phaser API Documentation

  Version: 
onProcess()

Description:

Usually overridden by the FileTypes and is called by Loader.nextFile. This method controls what extra work this File does with its loaded data, for example a JSON file will parse itself during this stage.

Since: 3.0.0
Source: src/loader/File.js (Line 373)