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

Holds info about one pathfinding thread. More...

Detailed Description

Holds info about one pathfinding thread.

Mainly used to send information about how the thread should execute when starting it

Public Member Functions

 PathThreadInfo (int index, AstarPath astar, PathHandler runData)
 

Public Attributes

AstarPath astar
 
readonly System.Object lockObject
 
PathHandler runData
 
int threadIndex
 

Constructor & Destructor Documentation

PathThreadInfo ( int  index,
AstarPath  astar,
PathHandler  runData 
)

Member Data Documentation

AstarPath astar
readonly System.Object lockObject
PathHandler runData
int threadIndex

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