C# Class Pathfinding.RVO.Simulator.Worker

Datei anzeigen 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_oe property

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

simulator public_oe property

public Simulator,Pathfinding.RVO simulator
return Simulator

start public_oe property

public int start
return int

task public_oe property

public int task
return int

thread public_oe property

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

waitFlag public_oe property

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