Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Algorithms.PathFinder.PathFinderNodeFast Struct Reference

Public Attributes

int F
 
int G
 
ushort PX
 
ushort PZ
 
byte Status
 

Detailed Description

Definition at line 11 of file PathFinder.cs.

Member Data Documentation

◆ F

int Algorithms.PathFinder.PathFinderNodeFast.F

Definition at line 13 of file PathFinder.cs.

Referenced by Algorithms.PathFinder._FindPath().

◆ G

int Algorithms.PathFinder.PathFinderNodeFast.G

Definition at line 15 of file PathFinder.cs.

Referenced by Algorithms.PathFinder._FindPath().

◆ PX

ushort Algorithms.PathFinder.PathFinderNodeFast.PX

Definition at line 17 of file PathFinder.cs.

Referenced by Algorithms.PathFinder._FindPath().

◆ PZ

ushort Algorithms.PathFinder.PathFinderNodeFast.PZ

Definition at line 19 of file PathFinder.cs.

Referenced by Algorithms.PathFinder._FindPath().

◆ Status

byte Algorithms.PathFinder.PathFinderNodeFast.Status

Definition at line 21 of file PathFinder.cs.

Referenced by Algorithms.PathFinder._FindPath().


The documentation for this struct was generated from the following file: