|
A* Pathfinding Project
3.7.4
The A* Pathfinding Project for Unity 3D
|
Holds info about one pathfinding thread. More...
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 |
| PathThreadInfo | ( | int | index, |
| AstarPath | astar, | ||
| PathHandler | runData | ||
| ) |
| AstarPath astar |
| readonly System.Object lockObject |
| PathHandler runData |
| int threadIndex |