A* Pathfinding Project  3.8
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
Package Pathfinding.Util

Classes

class  Checksum
 Calculates checksums of byte arrays. More...
 
struct  Guid
 Simple implementation of a GUID. More...
 
interface  IAstarPooledObject
 
class  ListPool< T >
 Lightweight List Pool. More...
 
class  LockFreeStack
 Implements a lock free multiple producer - single consumer stack for the Path object. More...
 
class  Memory
 
class  ObjectPool< T >
 Lightweight object Pool. More...
 
class  StackPool< T >
 Lightweight Stack Pool. More...
 
class  TileHandler