struct
NavMeshPath
public sealed struct NavMeshPath Contains the result of a pathfinding operation.
Properties
| Name | Type | Description |
|---|---|---|
Status | NavMeshPathStatus | The outcome of the path calculation. |
IsValid virtual | Boolean | True if a path was found. |
Points | IReadOnlyList<NavMeshPathPoint> | Points along the path. |