forge_move_node
Move a node to a different parent in the scene tree by specifying its current path and the new parent's path.
Instructions
Move a node to a new parent in the scene tree.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Current path of the node to move | |
| newParent | Yes | Path of the new parent node |