FPSCounter.tick

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

struct FPSCounter
void
tick
(
void delegate
(
string
)
setter
)

Meta