Module: ClockStep

Constants to determine how much time advances with each call to Clock#tick.
Source:
See:

Members

(static, constant) SYSTEM_CLOCK :Number

Clock#tick sets the clock to the current system time; ignoring all other settings.
Type:
  • Number
Source:

(static, constant) SYSTEM_CLOCK_MULTIPLIER :Number

Clock#tick advances the current time by the amount of system time elapsed since the previous call multiplied by Clock#multiplier.
Type:
  • Number
Source:

(static, constant) TICK_DEPENDENT :Number

Clock#tick advances the current time by a fixed step, which is the number of seconds specified by Clock#multiplier.
Type:
  • Number
Source: