ClockStep

Constants to determine how much time advances with each call to Clock#tick.
Properties:
Name Type Description
TICK_DEPENDENT number Clock#tick advances the current time by a fixed step, which is the number of seconds specified by Clock#multiplier.
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.
SYSTEM_CLOCK number Clock#tick sets the clock to the current system time; ignoring all other settings.
See:

Members

static constant Cesium.ClockStep.SYSTEM_CLOCK : number

Clock#tick sets the clock to the current system time; ignoring all other settings.
Default Value: 2

static constant Cesium.ClockStep.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.
Default Value: 1

static constant Cesium.ClockStep.TICK_DEPENDENT : number

Clock#tick advances the current time by a fixed step, which is the number of seconds specified by Clock#multiplier.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.