class flixel.plugin.TimerManager extends FlxPlugin

Available on all platforms

A simple manager for tracking and updating game timer objects.

Instance Fields

function new():Void

Instantiates a new timer manager.

function clear():Void

Removes all the timers from the timer manager.

function destroy():Void

Clean up memory.

function onStateSwitch():Void

function update():Void

Called by FlxG.plugins.update() before the game state has been updated. * Cycles through timers and calls update() on each one.