C# 클래스 EC.Threading.CoroutineLoopThread

상속: LoopThread
파일 보기 프로젝트 열기: rygo6/ECThreading

공개 메소드들

메소드 설명
CoroutineLoopThread ( System.Action method ) : System
Start ( ) : void
Stop ( ) : void
Wait ( int ms ) : void

비공개 메소드들

메소드 설명
ThreadCoroutine ( System.Action method ) : IEnumerator

메소드 상세

CoroutineLoopThread() 공개 메소드

public CoroutineLoopThread ( System.Action method ) : System
method System.Action
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( int ms ) : void
ms int
리턴 void