Property | Type | Description | |
---|---|---|---|
CheckYield | bool | ||
Dispose | void | ||
MoveNext | bool | ||
NextStep | bool | ||
Resume | void | ||
Yield | void |
Method | Description | |
---|---|---|
Coroutine ( IEnumerator routine, |
||
Dispose ( ) : void | ||
Start ( ) : bool | ||
Stop ( ) : void | ||
Yield ( |
||
YieldReturn ( |
Method | Description | |
---|---|---|
CheckYield ( ) : bool | ||
Dispose ( bool b ) : void | ||
MoveNext ( ) : bool | ||
NextStep ( ) : bool | ||
Resume ( ) : void | ||
Yield ( IYieldInstruction instruction ) : void |
public Coroutine ( IEnumerator routine, |
||
routine | IEnumerator | |
coroutineManager | ||
return | System |
public Yield ( |
||
coroutine | ||
callback | Action |
|
return | void |
public static YieldReturn ( |
||
coroutine | ||
return | void |