game_reparent_node
Reparent a node in the live scene tree by specifying its current path and the new parent path. Optionally preserve 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 |