A* Pathfinding Project  4.1.14
The A* Pathfinding Project for Unity 3D
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()

Hasher ( AstarPath  active)

Member Function Documentation

◆ AddHash()

void AddHash ( int  hash)

◆ HashNode()

void HashNode ( GraphNode  node)

Member Data Documentation

◆ debugData

PathHandler debugData

◆ hash

ulong hash

◆ includePathSearchInfo

bool includePathSearchInfo

Property Documentation

◆ Hash

ulong Hash
get

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