A* Pathfinding Project  4.1.14
The A* Pathfinding Project for Unity 3D
BinaryHeap.Tuple Struct Reference

Item in the heap. More...

Detailed Description

Item in the heap.

Public Member Functions

 Tuple (uint f, PathNode node)
 

Public Attributes

uint F
 
PathNode node
 

Constructor & Destructor Documentation

◆ Tuple()

Tuple ( uint  f,
PathNode  node 
)

Member Data Documentation

◆ F

uint F

◆ node

PathNode node

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