|
Adman
|
Ready to use timers for coroutines. More...
Static Public Member Functions | |
| static IEnumerator | Start (float duration, Action callback) |
| Simple timer, no reference, wait and then execute something. | |
| static IEnumerator | Start (float duration, bool repeat, Action callback) |
| Simple timer, no reference, wait and then execute something. | |
| static IEnumerator | StartRealtime (float time, System.Action callback) |
| static IEnumerator | NextFrame (Action callback) |
Ready to use timers for coroutines.