scene-remove-object-list
Remove object lists from a Phaser scene by specifying the scene ID and list IDs.
Instructions
Remove an Object List from the scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listIds | Yes | The ids of the object lists to remove. | |
| 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`. |