Phaser API Documentation

  Version: 
CallbacksConfig
Properties:
name type arguments Default description
preBoot Phaser.Types.Core.BootCallback <optional> Phaser.Types.Core.NOOP

A function to run at the start of the boot sequence.

postBoot Phaser.Types.Core.BootCallback <optional> Phaser.Types.Core.NOOP

A function to run at the end of the boot sequence. At this point, all the game systems have started and plugins have been loaded.

Type:
object
Since: 3.0.0