Skip to main content

NavMeshPath

A path as calculated by the navigation system. [Unity NavMeshPath(https://docs.unity3d.com/2019.4/Documentation/ScriptReference/AI.NavMeshPath.html)

Members

Properties

NameDescription
NavMeshPath.cornersCorner points of the path. (Read Only)
NavMeshPath.statusStatus of the path. (Read Only)

Constructor

NameDescription
NavMeshPath()NavMeshPath constructor.

Methods

NameDescription
NavMeshPath.ClearCorners()Erase all corner points from path.
NavMeshPath.GetCornersNonAlloc()Calculate the corners for the path.