move_to
Reposition a node in Godot by specifying its path and target [x, y, z] coordinates.
Instructions
🔴 Game must be running. Directly move a node to a target position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Node path to move | |
| target | Yes | Target position [x, y, z] |