NavMeshAgent.ResetPath
ResetPath(): void;
void ResetPath();
def ResetPath() as void
Description

Clears the current path.

When the path is cleared, the agent will not start looking for a new path until SetDestination is called.

Note that if the agent is on an OffMeshLink when this function is called, it will complete the link immediately.