Phaser API Documentation

  Version: 
Event: BOOT
Phaser.Scenes.Events.BOOT
BOOT

Description:

The Scene Systems Boot Event.

This event is dispatched by a Scene during the Scene Systems boot process. Primarily used by Scene Plugins.

Listen to it from a Scene using this.events.on('boot', listener).

Parameters:

name type description
sys Phaser.Scenes.Systems

A reference to the Scene Systems class of the Scene that emitted this event.

Since: 3.0.0