A* Pathfinding Project  4.0.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
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 ( uint  f,
PathNode  node 
)

Member Data Documentation

uint F
PathNode node

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