Once this line runs, your timer will be activated and whatever delegate you passed to it will be invoked after x amount of seconds specified in the first parameter of the CreateTimer function. (In ...
An extensible Timer solution for Unity Game Development. Timers are self managing by injecting a Timer Manager class into Unity's Update loop. Create your own Timers by extending the Timer abstract ...