scene-add-object-list
Create an array of game object IDs to group objects for purposes like arcade physics colliders in a scene.
Instructions
Create an Object List, which is an array with the ids of game objects. The user can use this array to group objects for a purpose. One of the most common purpose of objects lists are grouping the objects to be part of an arcade physics colliders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lists | Yes | The object lists to add to the scene. | |
| 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`. |