MoveToValue node
Move a GameObject to a specified position in the x, y, and z directions.
Read time 1 minuteLast updated 20 hours ago
Use the MoveToValue node to move a GameObject to a specified position in the x, y, and z directions.
Sockets
Socket | Description |
|---|---|
| Object | The GameObject you want to move. |
| Value | The position to move the GameObject to.
|
| Seconds | The duration in seconds over which to move the GameObject. |
| useLocalPosition | Enable to move the GameObject using its local position. Disable to move the GameObject using its global position. |
| Wait | Enable to wait for the move to complete before it continues to the next node. Disable to continue to the next node immediately. |