NavMeshAgent.isPathStale
var isPathStale: bool;
bool isPathStale;
isPathStale as bool
Description

Is the current path stale. (Read Only)

When true, the path may no longer be valid or optimal. This flag will be set if: there are any changes to the walkableMask, if any OffMeshLink is enabled or disabled, or if the costs for the NavMeshLayers have been changed.