NavMeshAgent.hasPath
public bool hasPath;
Description 描述
Does the agent currently have a path? (Read Only)
This property will be true if the agent has a path calculated to the desired destination and false otherwise.
See Also: pathPending.
Does the agent currently have a path? (Read Only)
This property will be true if the agent has a path calculated to the desired destination and false otherwise.
See Also: pathPending.