Base class: Object
This class is used to create to plot navigation paths and perform crowd movement.
| Property | Type | Description |
|---|---|---|
| Navigate | Method | moves the agent to the specified destination |
| SetMaxAcceleration | Method | sets maximum acceleration |
| SetMaxSpeed | Method | sets maximum speed |
| SetPosition | Method | manually set the agent position |
| SetRotation | Method | manually set the agent rotation |
| Stop | Method | cancels navigation |
| CreateNavAgent | Function | creates a new navigation agent |