Elin Modding Docs Doc
Loading...
Searching...
No Matches
IPathfinder.cs
1
using
System;
2
using
Algorithms
;
3
4
// Token: 0x020000BA RID: 186
5
public
interface
IPathfinder
6
{
7
// Token: 0x060004E4 RID: 1252
8
void
FindPath(
PathProgress
progress);
9
10
// Token: 0x060004E5 RID: 1253
11
void
Init(
IPathfindGrid
_grid,
WeightCell
[,] _weightMap,
int
size);
12
}
Algorithms.WeightCell
Definition
WeightCell.cs:7
PathProgress
Definition
PathProgress.cs:7
IPathfindGrid
Definition
IPathfindGrid.cs:5
IPathfinder
Definition
IPathfinder.cs:6
Algorithms
Definition
AuthorAttribute.cs:4
Elin
IPathfinder.cs
Generated by
1.12.0