C# 클래스 Pathfinding.RVO.Simulator.Worker

파일 보기 프로젝트 열기: henryj41043/TheUnseen

공개 프로퍼티들

프로퍼티 타입 설명
runFlag System.Threading.AutoResetEvent
simulator Simulator
start int
task int
thread System.Threading.Thread.Thread
waitFlag System.Threading.ManualResetEvent

공개 메소드들

메소드 설명
Execute ( int task ) : void
Run ( ) : void
Terminate ( ) : void
WaitOne ( ) : void
Worker ( Simulator sim ) : UnityEngine

메소드 상세

Execute() 공개 메소드

public Execute ( int task ) : void
task int
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void

WaitOne() 공개 메소드

public WaitOne ( ) : void
리턴 void

Worker() 공개 메소드

public Worker ( Simulator sim ) : UnityEngine
sim Simulator
리턴 UnityEngine

프로퍼티 상세

runFlag 공개적으로 프로퍼티

public AutoResetEvent,System.Threading runFlag
리턴 System.Threading.AutoResetEvent

simulator 공개적으로 프로퍼티

public Simulator,Pathfinding.RVO simulator
리턴 Simulator

start 공개적으로 프로퍼티

public int start
리턴 int

task 공개적으로 프로퍼티

public int task
리턴 int

thread 공개적으로 프로퍼티

public Thread.Thread,System.Threading thread
리턴 System.Threading.Thread.Thread

waitFlag 공개적으로 프로퍼티

public ManualResetEvent,System.Threading waitFlag
리턴 System.Threading.ManualResetEvent