scene-update-plain-objects
Update multiple plain objects in a Phaser scene by specifying their IDs, types, and properties. Required and optional properties can be set.
Instructions
Update multiple plain objects in the scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | ||
| 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`. |