s&box docs
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.

Metadata

FieldValue
NamespaceSandbox.Navigation
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Navigation.NavMeshPath

On this page