Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

NavMeshAgent.remainingDistance

public float remainingDistance;

Description

The distance between the agent's position and the destination on the current path. (Read Only)

If the remaining distance is unknown then this will have a value of infinity.