game_reparent_node
Reparent a node in the live scene tree by providing its path and the new parent's path. Optionally preserve the node's global transform.
Instructions
Move a node to a new parent in the running game's scene tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodePath | Yes | Path to the node to move | |
| newParentPath | Yes | Path to the new parent node | |
| keepGlobalTransform | No | Whether to keep the global transform. Default: true |