C# 클래스 CielaSpike.Task

Represents an async task.
상속: IEnumerator
파일 보기 프로젝트 열기: DiUS/3DiUS 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( ) : void

Cancel the task till next iteration;

MoveNext ( ) : bool

Runs next iteration.

Reset ( ) : void
Task ( IEnumerator routine ) : UnityEngine
Wait ( ) : IEnumerator

A co-routine that waits the task.

비공개 메소드들

메소드 설명
BackgroundRunner ( object state ) : void
GotoState ( RunningState state ) : void
MoveNextAsync ( ) : void
MoveNextUnity ( ) : void
OnMoveNext ( ) : bool
SetPendingCurrentObject ( object current ) : void

메소드 상세

Cancel() 공개 메소드

Cancel the task till next iteration;
public Cancel ( ) : void
리턴 void

MoveNext() 공개 메소드

Runs next iteration.
public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Task() 공개 메소드

public Task ( IEnumerator routine ) : UnityEngine
routine IEnumerator
리턴 UnityEngine

Wait() 공개 메소드

A co-routine that waits the task.
public Wait ( ) : IEnumerator
리턴 IEnumerator