메소드 | 설명 | |
---|---|---|
After ( float time, TimerEvent callback ) : void | ||
Every ( float time, RepeatingTimerEvent callback ) : void | ||
EveryFrame ( RepeatingTimerEvent callback ) : void | ||
NextFrame ( TimerEvent callback ) : void | ||
Update ( ) : void |
public static After ( float time, TimerEvent callback ) : void | ||
time | float | |
callback | TimerEvent | |
리턴 | void |
public static Every ( float time, RepeatingTimerEvent callback ) : void | ||
time | float | |
callback | RepeatingTimerEvent | |
리턴 | void |
public static EveryFrame ( RepeatingTimerEvent callback ) : void | ||
callback | RepeatingTimerEvent | |
리턴 | void |
public static NextFrame ( TimerEvent callback ) : void | ||
callback | TimerEvent | |
리턴 | void |