move_node
Re-parents a node to a new parent in the scene tree, optionally specifying the child index position.
Instructions
Move a node to a new parent in the scene tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Node path to move | |
| index | No | Child index position | |
| new_parent | Yes | New parent node path |