editor_move_node
Move any 2D or 3D node to a new position by providing its node path and target coordinates.
Instructions
Move a 2D/3D node to a new position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | Position (e.g. "Vector2(100, 200)" or "Vector3(0, 5, 0)") | |
| node_path | Yes | Node path |