C# 클래스 Svelto.Tasks.TimingOutTask

상속: IEnumerable
파일 보기 프로젝트 열기: sebas77/Svelto-ECS-Example

공개 메소드들

메소드 설명
MoveNext ( ) : bool
Reset ( ) : void
TimingOutTask ( float milliseconds, System action ) : System.Collections
TimingOutTask ( float milliseconds, System action, bool repeat ) : System.Collections

비공개 메소드들

메소드 설명
Timeout ( System action, float milliseconds, bool repeat ) : IEnumerator

메소드 상세

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TimingOutTask() 공개 메소드

public TimingOutTask ( float milliseconds, System action ) : System.Collections
milliseconds float
action System
리턴 System.Collections

TimingOutTask() 공개 메소드

public TimingOutTask ( float milliseconds, System action, bool repeat ) : System.Collections
milliseconds float
action System
repeat bool
리턴 System.Collections