|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Public Member Functions | |
| void | FindPath (PathProgress progress) |
| void | Init (IPathfindGrid _grid, WeightCell[,] _weightMap, int size) |
Definition at line 3 of file IPathfinder.cs.
| void IPathfinder.FindPath | ( | PathProgress | progress | ) |
Implemented in Algorithms.PathFinder.
Referenced by PathManager.RequestPathImmediate(), and PathThread.Start().
| void IPathfinder.Init | ( | IPathfindGrid | _grid, |
| WeightCell | _weightMap[,], | ||
| int | size | ||
| ) |
Implemented in Algorithms.PathFinder.
Referenced by Map.SetReference().