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 .corners | Corner points of the path. (Read Only) |
NavMeshPath .status | Status of the path. (Read Only) |
Constructor
Name | Description |
---|---|
NavMeshPath() | NavMeshPath constructor. |
Methods
Name | Description |
---|---|
NavMeshPath .ClearCorners() | Erase all corner points from path. |
NavMeshPath .GetCornersNonAlloc() | Calculate the corners for the path. |