C# Class Pathfinding.RVO.Simulator.Worker

Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
runFlag System.Threading.AutoResetEvent
simulator Simulator
start int
task int
thread System.Threading.Thread.Thread
waitFlag System.Threading.ManualResetEvent

Méthodes publiques

Méthode Description
Execute ( int task ) : void
Run ( ) : void
Terminate ( ) : void
WaitOne ( ) : void
Worker ( Simulator sim ) : UnityEngine

Method Details

Execute() public méthode

public Execute ( int task ) : void
task int
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Terminate() public méthode

public Terminate ( ) : void
Résultat void

WaitOne() public méthode

public WaitOne ( ) : void
Résultat void

Worker() public méthode

public Worker ( Simulator sim ) : UnityEngine
sim Simulator
Résultat UnityEngine

Property Details

runFlag public_oe property

public AutoResetEvent,System.Threading runFlag
Résultat System.Threading.AutoResetEvent

simulator public_oe property

public Simulator,Pathfinding.RVO simulator
Résultat Simulator

start public_oe property

public int start
Résultat int

task public_oe property

public int task
Résultat int

thread public_oe property

public Thread.Thread,System.Threading thread
Résultat System.Threading.Thread.Thread

waitFlag public_oe property

public ManualResetEvent,System.Threading waitFlag
Résultat System.Threading.ManualResetEvent