A* Pathfinding Project  3.6.6
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
 
PathHandler runData
 
int threadIndex
 

Properties

System.Object Lock [get]
 

Private Attributes

System.Object _lock
 

Constructor & Destructor Documentation

PathThreadInfo ( int  index,
AstarPath  astar,
PathHandler  runData 
)

Member Data Documentation

System.Object _lock
private
AstarPath astar
PathHandler runData
int threadIndex

Property Documentation

System.Object Lock
get

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