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