We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca79cd commit f6d8606Copy full SHA for f6d8606
1 file changed
src/scene/Scene.js
@@ -168,7 +168,7 @@ var Scene = new Class({
168
* This property will only be available if defined in the Scene Injection Map and the plugin is installed.
169
*
170
* @name Phaser.Scene#lights
171
- * @type {Phaser.GameObjects.DisplayList}
+ * @type {Phaser.GameObjects.LightsManager}
172
* @since 3.0.0
173
*/
174
this.lights;
0 commit comments