@JsType(isNative=true,
namespace="Cesium",
name="ClockStep")
public class ClockStep
extends Object
Clock.tick().Clock,
ClockRange| Modifier and Type | Method and Description |
|---|---|
static Number |
SYSTEM_CLOCK_MULTIPLIER()
Clock.tick() advances the current time by the amount of system time elapsed since the previous call multiplied by Clock.multiplier. |
static Number |
SYSTEM_CLOCK()
Clock.tick() sets the clock to the current system time; ignoring all other settings. |
static Number |
TICK_DEPENDENT()
Clock.tick() advances the current time by a fixed step, which is the number of seconds specified by Clock.multiplier. |
@JsProperty(name="SYSTEM_CLOCK") public static Number SYSTEM_CLOCK()
Clock.tick() sets the clock to the current system time; ignoring all other settings.@JsProperty(name="SYSTEM_CLOCK_MULTIPLIER") public static Number SYSTEM_CLOCK_MULTIPLIER()
Clock.tick() advances the current time by the amount of system time elapsed since the previous call multiplied by Clock.multiplier.@JsProperty(name="TICK_DEPENDENT") public static Number TICK_DEPENDENT()
Clock.tick() advances the current time by a fixed step, which is the number of seconds specified by Clock.multiplier.Copyright © 2019. All rights reserved.