Constructor

new ()

Variables

read onlyelapsedTime:Float = 0

read onlyisActive:Bool = false

read onlyisEnded:Bool = false

read onlyisPaused:Bool = false

read onlyisStarted:Bool = false

loop:Bool = false

onUpdate:Event<Float ‑> Float ‑> Void>

Methods

init (time:Float, delay:Float = 0, loop:Bool = false, repeat:Int = 0, ?manager:TimerManager):Void

Static methods

staticinline create (time:Float, delay:Float = 0, loop:Bool = false, repeat:Int = 0, ?manager:TimerManager):Timer

staticinline getPool ():Pool<Timer>

Inherited Variables

Defined by BaseObject

read onlyid:Int = Gecko.getUniqueID()

read onlyisAlreadyDestroyed:Bool = false

Inherited Methods