C# Class EC.Threading.CoroutineLoopThread

Inheritance: LoopThread
显示文件 Open project: rygo6/ECThreading

Public Methods

Method Description
CoroutineLoopThread ( System.Action method ) : System
Start ( ) : void
Stop ( ) : void
Wait ( int ms ) : void

Private Methods

Method Description
ThreadCoroutine ( System.Action method ) : IEnumerator

Method Details

CoroutineLoopThread() public method

public CoroutineLoopThread ( System.Action method ) : System
method System.Action
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Wait() public method

public Wait ( int ms ) : void
ms int
return void