scene-get-scene-data
Retrieve all objects and their properties from a Phaser scene using its unique ID to inspect or modify game content.
Instructions
Get all objects in the current scene, including their properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | The `id` of the scene. The `id` is not the name of the scene, else a unique identifier is set in the scene data. You need to read the scene data to get the `id`. |