public static 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. |
Résultat |