Phaser API Documentation

  Version: 
keys: Record.<string, Phaser.Scene>

Description:

An object that maps the keys to the scene so we can quickly get a scene from a key without iteration.

Type:
Record.<string, Phaser.Scene>
Since: 3.0.0
Source: src/scene/SceneManager.js (Line 54)