Skip to content

format

typescript
NavMeshAgent.acceleration

class: NavMeshAgent

description

Acceleration during movement.

The agent will move on the navigation mesh with a constant acceleration (when not affected by obstacles or other agents).

parameter

param_nametypedescription

reture

typedescription
numberAcceleration during movement

code example