Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
PathFinderNode.cs
Go to the documentation of this file.
1
namespace
Algorithms
;
2
3
public
struct
PathFinderNode
4
{
5
public
int
G
;
6
7
public
int
X
;
8
9
public
int
Z
;
10
11
public
int
PX
;
12
13
public
int
PZ
;
14
}
Algorithms
Definition:
AuthorAttribute.cs:3
Algorithms.PathFinderNode
Definition:
PathFinderNode.cs:4
Algorithms.PathFinderNode.X
int X
Definition:
PathFinderNode.cs:7
Algorithms.PathFinderNode.Z
int Z
Definition:
PathFinderNode.cs:9
Algorithms.PathFinderNode.PZ
int PZ
Definition:
PathFinderNode.cs:13
Algorithms.PathFinderNode.PX
int PX
Definition:
PathFinderNode.cs:11
Algorithms.PathFinderNode.G
int G
Definition:
PathFinderNode.cs:5
Elin
Algorithms
PathFinderNode.cs
Generated by
1.9.6