C# 클래스 Nez.Systems.CoroutineManager.CoroutineImpl

internal class used by the CoroutineManager to hide the data it requires for a Coroutine
상속: ICoroutine, IPoolable
파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
enumerator IEnumerator
isDone bool
useUnscaledDeltaTime bool
waitForCoroutine CoroutineImpl
waitTimer float

공개 메소드들

메소드 설명
IPoolable ( ) : void
setUseUnscaledDeltaTime ( bool useUnscaledDeltaTime ) : ICoroutine
stop ( ) : void

비공개 메소드들

메소드 설명
prepareForReuse ( ) : void

메소드 상세

IPoolable() 공개 메소드

public IPoolable ( ) : void
리턴 void

setUseUnscaledDeltaTime() 공개 메소드

public setUseUnscaledDeltaTime ( bool useUnscaledDeltaTime ) : ICoroutine
useUnscaledDeltaTime bool
리턴 ICoroutine

stop() 공개 메소드

public stop ( ) : void
리턴 void

프로퍼티 상세

enumerator 공개적으로 프로퍼티

public IEnumerator enumerator
리턴 IEnumerator

isDone 공개적으로 프로퍼티

public bool isDone
리턴 bool

useUnscaledDeltaTime 공개적으로 프로퍼티

public bool useUnscaledDeltaTime
리턴 bool

waitForCoroutine 공개적으로 프로퍼티

public CoroutineImpl waitForCoroutine
리턴 CoroutineImpl

waitTimer 공개적으로 프로퍼티

anytime a delay is yielded it is added to the waitTimer which tracks the delays
public float waitTimer
리턴 float