FPSCounter

FPS counter. Calls a user-supplied delegate with a formatted string.

Members

Functions

tick
void tick(void delegate(string) setter)

Update. Once a second, calls setter with a string containing the number of tick calls during the last second.

Meta