A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
PathThreadInfo Struct Reference

Holds info about one pathfinding thread. More...

+ Collaboration diagram for PathThreadInfo:

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
 

Detailed Description

Holds info about one pathfinding thread.

Mainly used to send information about how the thread should execute when starting it


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