Метод | Описание | |
---|---|---|
Create ( float tickLength, bool repeats, Action |
Creates a new Timer.
|
|
GetInstance ( ) : |
||
Update ( double elapsed ) : void |
Updates all timers in the collection.
|
Метод | Описание | |
---|---|---|
TimerCollection ( ) : System |
public Create ( float tickLength, bool repeats, Action |
||
tickLength | float | The amount of time between the timer's ticks. |
repeats | bool | Whether or not the timer repeats. |
tick | Action |
An action to perform when the timer ticks. |
Результат |
public static GetInstance ( ) : |
||
Результат |