Constructor

new ()

Variables

read onlyisActive:Bool = false

read onlyisPaused:Bool = false

loop:Bool = false

Methods

init (timers:Array<Timer>):Void

start (inParallel:Bool = false):Void

stop (reset:Bool = false):Void

Static methods

staticinline create (timers:Array<Timer>):TimerGroup

staticinline getPool ():Pool<TimerGroup>

Inherited Variables

Defined by BaseObject

read onlyid:Int = Gecko.getUniqueID()

read onlyisAlreadyDestroyed:Bool = false

Inherited Methods