format
typescript
NavMeshAgent.desiredVelocityclass: NavMeshAgent
description
(Read Only) The desired velocity of the agent.
This does not take into account collisions between agents, or collisions between agents and obstacles or boundaries.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector3 | The desired velocity of the agent. |
