A* Pathfinding Project  4.0.8
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
RetainedGizmos.Hasher Struct Reference

Combines hashes into a single hash value. More...

Detailed Description

Combines hashes into a single hash value.

Public Member Functions

 Hasher (AstarPath active)
 
void AddHash (int hash)
 
void HashNode (GraphNode node)
 

Public Attributes

PathHandler debugData
 
ulong hash
 
bool includePathSearchInfo
 

Properties

ulong Hash [get]
 

Constructor & Destructor Documentation

Hasher ( AstarPath  active)

Member Function Documentation

void AddHash ( int  hash)
void HashNode ( GraphNode  node)

Member Data Documentation

PathHandler debugData
ulong hash
bool includePathSearchInfo

Property Documentation

ulong Hash
get

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