A* Pathfinding Project
3.8.5
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 | |
readonly AstarPath | astar |
readonly PathHandler | runData |
readonly int | threadIndex |
PathThreadInfo | ( | int | index, |
AstarPath | astar, | ||
PathHandler | runData | ||
) |
readonly AstarPath astar |
readonly PathHandler runData |
readonly int threadIndex |