A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
Simulator.Worker Class Reference
+ Collaboration diagram for Simulator.Worker:

Public Member Functions

 Worker (Simulator sim)
 
void Execute (int task)
 
void Run ()
 
void Terminate ()
 
void WaitOne ()
 

Public Attributes

AutoResetEvent runFlag = new AutoResetEvent(false)
 
Simulator simulator
 
int start
 
int task = 0
 
Thread thread
 
ManualResetEvent waitFlag = new ManualResetEvent(true)
 

Private Attributes

int end
 
bool terminate = false
 

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