C# Class Californium.Timer

Mostrar archivo Open project: DatZach/HumanityAgainstCards

Public Methods

Method Description
After ( float time, TimerEvent callback ) : void
Every ( float time, RepeatingTimerEvent callback ) : void
EveryFrame ( RepeatingTimerEvent callback ) : void
NextFrame ( TimerEvent callback ) : void
Update ( ) : void

Method Details

After() public static method

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

Every() public static method

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

EveryFrame() public static method

public static EveryFrame ( RepeatingTimerEvent callback ) : void
callback RepeatingTimerEvent
return void

NextFrame() public static method

public static NextFrame ( TimerEvent callback ) : void
callback TimerEvent
return void

Update() public static method

public static Update ( ) : void
return void