API ReferenceSandbox.Navigation
NavMeshPathclass
Contains the result of a pathfinding operation.
object→NavMeshPath
Properties3
Showing 3 properties
public virtual sealed bool Sandbox.Navigation.NavMeshPath.IsValid { get; set; }
True if a path was found.
Returns:
bool—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.