@JsType(isNative=true,
        namespace="Cesium",
        name="ClockRange")
public class ClockRange
extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static Number | CLAMPED()When  Clock.startTimeorClock.stopTimeis reached,Clock.tick()will not advanceClock.currentTimeany further. | 
| static Number | LOOP_STOP()When  Clock.stopTimeis reached,Clock.tick()will advanceClock.currentTimeto the opposite end of the interval. | 
| static Number | UNBOUNDED()Clock.tick()will always advances the clock in its current direction. | 
@JsProperty(name="CLAMPED") public static Number CLAMPED()
Clock.startTime or Clock.stopTime is reached, Clock.tick() will not advance Clock.currentTime any further.@JsProperty(name="LOOP_STOP") public static Number LOOP_STOP()
Clock.stopTime is reached, Clock.tick() will advance Clock.currentTime to the opposite end of the interval.
 When time is moving backwards, Clock.tick() will not advance past Clock.startTime@JsProperty(name="UNBOUNDED") public static Number UNBOUNDED()
Clock.tick() will always advances the clock in its current direction.Copyright © 2019. All rights reserved.