scene-get-objects-data
Retrieve data for specific objects in a Phaser scene by providing their IDs and the scene ID.
Instructions
Get the data of the given objects
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`. | |
| objectIds | Yes | The ids of the objects to get the data from. |