C# 클래스 CFiberBase, KEngine

use for custom a croutine for CRoutine
파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsFinish bool

공개 메소드들

메소드 설명
DoRun ( ) : IEnumerator
Wait ( ) : IEnumerator

보호된 메소드들

메소드 설명
StartCoroutine ( IEnumerator coFunc ) : Coroutine

메소드 상세

DoRun() 공개 메소드

public DoRun ( ) : IEnumerator
리턴 IEnumerator

StartCoroutine() 보호된 메소드

protected StartCoroutine ( IEnumerator coFunc ) : Coroutine
coFunc IEnumerator
리턴 Coroutine

Wait() 공개 추상적인 메소드

public abstract Wait ( ) : IEnumerator
리턴 IEnumerator

프로퍼티 상세

IsFinish 공개적으로 프로퍼티

public bool IsFinish
리턴 bool