A simple manager for tracking and updating game timer objects.
Normally accessed via the static FlxTimer.manager
rather than being created separately.
Constructor
Methods
completeAll():Void
Immediately updates all active
, non-infinite timers to their end points, repeatedly,
until all their loops are finished, resulting in loopsLeft
callbacks being run.
Available since
4.2.0
.