## Version * Phaser Version: 3.87.0 * Operating system: Windows 10 ## Description Calling setToTop() method of `Phaser.GameObjects.Layer` throws an exceptions: `Uncaught TypeError: this.getDisplayList is not a function` ## Example Test Code ```js this.add.layer().setToTop(); ``` ## Additional Information The `getDisplayList()` method appears to be missing from the `Phaser.GameObjects.Layer` class.