isOnNavMesh
7/14/25Less than 1 minute
NavMeshAgent.isOnNavMesh
Name | Type |
---|---|
isOnNavMesh | boolean |
Description
Is the agent currently bound to the navmesh? (Read Only)
Extra Detail
This property is false if the agent, for some reason, could not bind to the navmesh. E.g. if Scene has no navmesh.