namespace
Sandbox.Navigation
5 types
Classes
| Type | Name | Description |
|---|---|---|
| class | NavMesh | Navigation Mesh - allowing AI to navigate a world |
Structs
| Type | Name | Description |
|---|---|---|
| struct | CalculatePathRequest | Defines the input for a pathfinding request on the navmesh. |
| struct | NavMeshPath | Contains the result of a pathfinding operation. |
| struct | NavMeshPathPoint | Represents a point in a navmesh path, including its position in 3D space. May be extended in the future to hold more inf |
Enums
| Type | Name | Description |
|---|---|---|
| enum | NavMeshPathStatus |