API ReferenceSandbox.Navigation
public sealed struct Sandbox.Navigation.NavMeshPath
Contains the result of a pathfinding operation.
Properties
Showing 3 properties
public virtual sealed bool Sandbox.Navigation.NavMeshPath.IsValid { get; set; }
True if a path was found.
public System.Collections.Generic.IReadOnlyList`1<Sandbox.Navigation.NavMeshPathPoint> Sandbox.Navigation.NavMeshPath.Points { get; set; }
Points along the path.
public Sandbox.Navigation.NavMeshPathStatus Sandbox.Navigation.NavMeshPath.Status { get; set; }
The outcome of the path calculation.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Navigation |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Navigation.NavMeshPath |