Api Sandbox Navigation NavMeshPath
struct

NavMeshPath

public sealed struct NavMeshPath

Contains the result of a pathfinding operation.

Properties

Name Type Description
Status NavMeshPathStatus The outcome of the path calculation.
IsValid virtual Boolean True if a path was found.
Points IReadOnlyList<NavMeshPathPoint> Points along the path.
Assembly: Sandbox.Engine Namespace: Sandbox.Navigation Full Name: Sandbox.Navigation.NavMeshPath