move_node
Move a node to a new parent within a Godot scene by specifying node and target parent paths.
Instructions
Move (reparent) a node to a different parent in a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| scenePath | Yes | ||
| nodePath | Yes | Path to the node to move | |
| newParentPath | Yes | Path to the new parent node |