Phaser API Documentation

  Version: 

Member of: Phaser.Scenes

<static> GetScenePlugins(sys)

Description:

Builds an array of which plugins (not including physics plugins) should be activated for the given Scene.

Parameters:

name type description
sys Phaser.Scenes.Systems

The Scene Systems object to check for plugins.

Returns:
Description:

An array of all plugins which should be activated, either the default ones or the ones configured in the Scene Systems object.

Type:
  • array
Since: 3.0.0