# Sandbox.Navigation.CalculatePathRequest

Defines the input for a pathfinding request on the navmesh.

- Kind: struct
- Namespace: `Sandbox.Navigation`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Agent`](/api/Sandbox.Navigation.CalculatePathRequest/Agent): Optional agent whose configuration is used for path calculation.
- [`Start`](/api/Sandbox.Navigation.CalculatePathRequest/Start): Start position of the path, should be close to the navmesh.
- [`Target`](/api/Sandbox.Navigation.CalculatePathRequest/Target): Target/End position of the path, should be close to the navmesh.
