Adman
All Classes Namespaces Functions Variables Enumerations Enumerator Events
Adman.Timer Class Reference

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)
 

Detailed Description

Ready to use timers for coroutines.


The documentation for this class was generated from the following file: