format
typescript
NavMeshAgent.autoBrakingclass: NavMeshAgent
description
Whether the agent automatically stops when reaching the destination.
If this value is false, the agent may overshoot the destination and turn back when its movement speed is high.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the agent automatically stops when reaching the destination. |
