scene-move-game-object-in-render-list
Move game objects up, down, top, or bottom in a scene's render list to reorder their display depth.
Instructions
Sort objects in the current scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| move | Yes | Move the objects upm down, top, or bottom in the render list. | |
| 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 `id`s of the objects to sort. |