Phaser API Documentation

  Version: 

Member of: Phaser.Types.Scenes

ScenePreloadCallback()

Description:

Can be defined on your own Scenes. Use it to load assets. This method is called by the Scene Manager, after init() and before create(), only if the Scene has a LoaderPlugin. After this method completes, if the LoaderPlugin's queue isn't empty, the LoaderPlugin will start automatically.

Type:
function
Since: 3.0.0