A* Pathfinding Project  4.0.9
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

readonly AstarPath astar
 
readonly PathHandler runData
 
readonly int threadIndex
 

Constructor & Destructor Documentation

PathThreadInfo ( int  index,
AstarPath  astar,
PathHandler  runData 
)

Member Data Documentation

readonly AstarPath astar
readonly PathHandler runData
readonly int threadIndex

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