Phaser API Documentation

  Version: 

Member of: Phaser.Loader.File

load()

Description:

Called by the Loader, starts the actual file downloading. During the load the methods onLoad, onError and onProgress are called, based on the XHR events. You shouldn't normally call this method directly, it's meant to be invoked by the Loader.

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