float getTime()
Returns the time passed since object creation or since reset() was last called.
void reset()
Resets the timer to 0.0f.
Timer()
Overloaded default constructor.
bool isTimePassed(float seconds=1.0f)
Tests if 'seconds' seconds have passed since reset() or this method was called.