format
typescript
NavMeshAgent.autoTraverseOffMeshLinkclass: NavMeshAgent
description
Whether the agent is active.
If active, the agent will move on the navigation mesh. If not active, it will not move.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the agent is active |
