Appearance
KBE3D / KBCore / Cesium / ClockStep
枚举: ClockStep
Constants to determine how much time advances with each call to Clock#tick.
枚举成员
TICK_DEPENDENT
TICK_DEPENDENT:
0
Clock#tick advances the current time by a fixed step, which is the number of seconds specified by Clock#multiplier.
SYSTEM_CLOCK_MULTIPLIER
SYSTEM_CLOCK_MULTIPLIER:
1
Clock#tick advances the current time by the amount of system time elapsed since the previous call multiplied by Clock#multiplier.
SYSTEM_CLOCK
SYSTEM_CLOCK:
2
Clock#tick sets the clock to the current system time; ignoring all other settings.
