Struct PathfindingNode
- Namespace
- Core.Collections
- Assembly
- Core.dll
Pathfinding node for A* algorithm. Comparable by fScore for min-heap priority queue.
public struct PathfindingNode
Fields
fScore
public FixedPoint64 fScore
Field Value
provinceID
public ushort provinceID
Field Value
- ushort
Methods
CompareTo(PathfindingNode)
public int CompareTo(PathfindingNode other)
Parameters
otherPathfindingNode
Returns
- int