Interface IPathFinder
- Namespace
- LibGameAI.PathFinding
- Assembly
- PathFinding.dll
public interface IPathFinder
Properties
ClosedNodes
IEnumerable<int> ClosedNodes { get; }
Property Value
OpenNodes
IEnumerable<int> OpenNodes { get; }
Property Value
Methods
FindPath(IGraph, int, int)
IEnumerable<IConnection> FindPath(IGraph graph, int start, int goal)