Count Up
is false
, returns remaining time from the Timer's interval in seconds.Count Up
is true
, returns elapsed time from the Timer's interval in seconds.Count Up
is false
, returns remaining time from the Timer's interval in milliseconds.Count Up
is true
, returns elapsed time from the Timer's interval in milliseconds.true
or false
value for whether Count Up is enabled for this Timer.Loops = true
, the timer will reset itself after it fires. If your interval is 10 seconds, the Timer will fire every 10 seconds.Loops = false
, the timer will finish its current interval if it is in the middle of one, and will no longer fire. If your interval is 10s, the timer will finish its current 10 second interval, fire, and then stop.true
or false
value for whether Loops is enabled for this Timer.true
or false
value for whether this Timer is enabled.