Skip to content

API > NavMeshPath


NavMeshPath⚓︎

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

Members⚓︎

Properties⚓︎

Name Description
NavMeshPath.cornersProperty Corner points of the path. (Read Only)
NavMeshPath.statusProperty Status of the path. (Read Only)

Constructor⚓︎

Name Description
NavMeshPath()Constructor NavMeshPath constructor.

Methods⚓︎

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