Skip to main content

NavMeshAgent.ResetPath()

Clears the current path.

Usage

---@type NavMeshAgent
local navmeshagent;


navmeshagent.ResetPath()

Extra Detail

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.