A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Holds info about one pathfinding thread. More...
Public Member Functions | |
PathThreadInfo (int index, AstarPath astar, NodeRunData runData) | |
Public Attributes | |
AstarPath | astar |
NodeRunData | runData |
int | threadIndex |
Properties | |
System.Object | Lock [get] |
Private Attributes | |
System.Object | _lock |
Holds info about one pathfinding thread.
Mainly used to send information about how the thread should execute when starting it