Constants to determine how much time advances with each callto
Clock#tick
.
See:
Members
-
Clock#tick
sets the clock to the current system time;ignoring all other settings. -
Clock#tick
advances the current time by the amount of systemtime elapsed since the previous call multiplied byClock#multiplier
. -
Clock#tick
advances the current time by a fixed step,which is the number of seconds specified byClock#multiplier
.