Constructor

new ()

Variables

Methods

inline createTimer (time:Float, delay:Float = 0, loop:Bool = false, repeat:Int = 0):Timer

inline removeTimer (timer:Timer):Void

tick (delta:Float):Void

Static methods

staticinline create ():TimerManager

staticinline getPool ():Pool<TimerManager>

Inherited Variables

Defined by BaseObject

read onlyid:Int = Gecko.getUniqueID()

read onlyisAlreadyDestroyed:Bool = false

Inherited Methods