Skip to content

API > NavMeshAgent > isStopped


NavMeshAgent.isStopped⚓︎

Name Type
isStopped boolean

Description⚓︎

This property holds the stop or resume condition of the NavMesh agent.

Extra Detail⚓︎

If set to True, the NavMesh agent's movement will be stopped along its current path. If set to False after the NavMesh agent has stopped, it will resume moving along its current path.