hasPath
7/14/25Less than 1 minute
NavMeshAgent.hasPath
Name | Type |
---|---|
hasPath | boolean |
Description
Does the agent currently have a path? (Read Only)
Extra Detail
This property will be true if the agent has a path calculated to the desired destination and false otherwise.