# Sandbox.Navigation.NavMeshPath

Contains the result of a pathfinding operation.

- Kind: struct
- Namespace: `Sandbox.Navigation`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`IsValid`](/api/Sandbox.Navigation.NavMeshPath/IsValid): True if a path was found.
- [`Points`](/api/Sandbox.Navigation.NavMeshPath/Points): Points along the path.
- [`Status`](/api/Sandbox.Navigation.NavMeshPath/Status): The outcome of the path calculation.
