C# Class Pathfinding.RVO.Simulator.Worker

Show file Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
runFlag System.Threading.AutoResetEvent
simulator Simulator
start int
task int
thread System.Threading.Thread.Thread
waitFlag System.Threading.ManualResetEvent

Public Methods

Method Description
Execute ( int task ) : void
Run ( ) : void
Terminate ( ) : void
WaitOne ( ) : void
Worker ( Simulator sim ) : UnityEngine

Method Details

Execute() public method

public Execute ( int task ) : void
task int
return void

Run() public method

public Run ( ) : void
return void

Terminate() public method

public Terminate ( ) : void
return void

WaitOne() public method

public WaitOne ( ) : void
return void

Worker() public method

public Worker ( Simulator sim ) : UnityEngine
sim Simulator
return UnityEngine

Property Details

runFlag public property

public AutoResetEvent,System.Threading runFlag
return System.Threading.AutoResetEvent

simulator public property

public Simulator,Pathfinding.RVO simulator
return Simulator

start public property

public int start
return int

task public property

public int task
return int

thread public property

public Thread.Thread,System.Threading thread
return System.Threading.Thread.Thread

waitFlag public property

public ManualResetEvent,System.Threading waitFlag
return System.Threading.ManualResetEvent