C# Class Californium.Timer

Afficher le fichier Open project: DatZach/HumanityAgainstCards

Méthodes publiques

Méthode 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 méthode

public static After ( float time, TimerEvent callback ) : void
time float
callback TimerEvent
Résultat void

Every() public static méthode

public static Every ( float time, RepeatingTimerEvent callback ) : void
time float
callback RepeatingTimerEvent
Résultat void

EveryFrame() public static méthode

public static EveryFrame ( RepeatingTimerEvent callback ) : void
callback RepeatingTimerEvent
Résultat void

NextFrame() public static méthode

public static NextFrame ( TimerEvent callback ) : void
callback TimerEvent
Résultat void

Update() public static méthode

public static Update ( ) : void
Résultat void