NavGridAgent Manual Movement
Manual movement actions give direct per-step control over a NavGridAgent without A* or steering.
Use this page for workflow context. For action parameters and behavior details, use the action reference pages below.
Action Reference
- NavGridAgent Set Direction
- NavGridAgent Get Direction
- NavGridAgent On Arrived
- NavGridAgent Teleport
- NavGridAgent Stop
Typical Usage
- Feed intended direction from player input or AI logic.
- Read actual movement direction for animation and blocked-move handling.
- Use arrival/stop/teleport actions for turn-based or state-driven control.