ClockStep

ClockStep

ClockStep

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

See:

Members

<static> SYSTEM_CLOCK_DEPENDENT

Clock#tick advances the current time by the amount of system time elapsed since the previous call multiplied by Clock#multiplier.

<static> TICK_DEPENDENT

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