Skip to main content

NavMeshAgent.isStopped

NameType
isStoppedboolean

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.