Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
IPathfinder.cs
Go to the documentation of this file.
1using Algorithms;
2
3public interface IPathfinder
4{
5 void FindPath(PathProgress progress);
6
7 void Init(IPathfindGrid _grid, WeightCell[,] _weightMap, int size);
8}
void FindPath(PathProgress progress)
void Init(IPathfindGrid _grid, WeightCell[,] _weightMap, int size)