format
typescript
NavMeshAgent.velocityclass: NavMeshAgent
description
The current velocity of the agent.
Takes into account changes in speed and direction caused by collisions between agents, agents and obstacles, and agents and boundaries. Read-only.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector3 | The current velocity of the agent. |
