A* Pathfinding Project  4.3.7
The A* Pathfinding Project for Unity 3D
RetainedGizmos.NodeHasher Struct Reference

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

Detailed Description

Combines hashes into a single hash value.

Public Member Functions

 NodeHasher (AstarPath active)
 
void Add (int v)
 
void HashNode (GraphNode node)
 

Static Public Member Functions

static implicit operator Hasher (NodeHasher hasher)
 

Public Attributes

PathHandler debugData
 
Hasher hasher
 
bool includeAreaInfo
 
bool includePathSearchInfo
 

Constructor & Destructor Documentation

◆ NodeHasher()

NodeHasher ( AstarPath  active)

Member Function Documentation

◆ Add()

void Add ( int  v)

◆ HashNode()

void HashNode ( GraphNode  node)

◆ operator Hasher()

static implicit operator Hasher ( NodeHasher  hasher)
static

Member Data Documentation

◆ debugData

PathHandler debugData

◆ hasher

Hasher hasher

◆ includeAreaInfo

bool includeAreaInfo

◆ includePathSearchInfo

bool includePathSearchInfo

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