C# 클래스 CoroutineSharp.Coroutine
파일 보기
프로젝트 열기: fingerpasswang/CoroutineSharp
1 사용 예제들
Private Properties
공개 메소드들
메소드 |
설명 |
|
Coroutine ( IEnumerator routine, CoroutineManager coroutineManager ) : System |
|
|
Dispose ( ) : void |
|
|
Start ( ) : bool |
|
|
Stop ( ) : void |
|
|
Yield ( Coroutine coroutine, Action callback ) : void |
|
|
YieldReturn ( Coroutine coroutine ) : void |
|
|
비공개 메소드들
메소드 상세
public Coroutine ( IEnumerator routine, CoroutineManager coroutineManager ) : System |
routine |
IEnumerator |
|
coroutineManager |
CoroutineManager |
|
리턴 |
System |
|
public Start ( ) : bool |
리턴 |
bool |
|
public Stop ( ) : void |
리턴 |
void |
|
public Yield ( Coroutine coroutine, Action callback ) : void |
coroutine |
Coroutine |
|
callback |
Action |
|
리턴 |
void |
|
public static YieldReturn ( Coroutine coroutine ) : void |
coroutine |
Coroutine |
|
리턴 |
void |
|