C# 클래스 Californium.Timer

파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

공개 메소드들

메소드 설명
After ( float time, TimerEvent callback ) : void
Every ( float time, RepeatingTimerEvent callback ) : void
EveryFrame ( RepeatingTimerEvent callback ) : void
NextFrame ( TimerEvent callback ) : void
Update ( ) : void

메소드 상세

After() 공개 정적인 메소드

public static After ( float time, TimerEvent callback ) : void
time float
callback TimerEvent
리턴 void

Every() 공개 정적인 메소드

public static Every ( float time, RepeatingTimerEvent callback ) : void
time float
callback RepeatingTimerEvent
리턴 void

EveryFrame() 공개 정적인 메소드

public static EveryFrame ( RepeatingTimerEvent callback ) : void
callback RepeatingTimerEvent
리턴 void

NextFrame() 공개 정적인 메소드

public static NextFrame ( TimerEvent callback ) : void
callback TimerEvent
리턴 void

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void