Table of Contents

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

FixedPoint64

provinceID

public ushort provinceID

Field Value

ushort

Methods

CompareTo(PathfindingNode)

public int CompareTo(PathfindingNode other)

Parameters

other PathfindingNode

Returns

int