- Source: src/scene/Settings.js (Line 12)
Methods
-
<static> create(config)
-
Takes a Scene configuration object and returns a fully formed System Settings object.
Parameters:
Name Type Description config
string | Phaser.Types.Scenes.SettingsConfig The Scene configuration object used to create this Scene Settings.
- Since: 3.0.0
- Source: src/scene/Settings.js (Line 18)
Returns:
The Scene Settings object created as a result of the config and default settings.