Phaser.Scenes.Settings

Scope: static

Source: src/scene/Settings.js#L12

Static functions

create

<static> create(config)

Description:

Takes a Scene configuration object and returns a fully formed System Settings object.

Parameters:

name

type

optional

description

config

string | Phaser.Types.Scenes.SettingsConfig

No

The Scene configuration object used to create this Scene Settings.

Returns: Phaser.Types.Scenes.SettingsObject - The Scene Settings object created as a result of the config and default settings.

Source: src/scene/Settings.js#L18
Since: 3.0.0


Updated on