NavMeshAgent.velocity
var velocity: Vector3;
Vector3 velocity;
velocity as Vector3
Description

The current velocity of the NavMeshAgent component.

Setting the velocity is not constrained by the maximum acceleration.