Phaser API Documentation

  Version: 
This is a beta release of our new docs system. Found an issue?
Please tell us about it in the #📖-newdocs-feedback channel on the Phaser Discord
Event: PROGRESS
Phaser.Loader.Events.PROGRESS
PROGRESS

Description:

The Loader Plugin Progress Event.

This event is dispatched when the Loader updates its load progress, typically as a result of a file having completed loading.

Listen to it from a Scene using: this.load.on('progress', listener).

Parameters:

name type description
progress number

The current progress of the load. A value between 0 and 1.

Since: 3.0.0