Clock
Clock
can operate the clock of the Viewer or CesiumWidget.
All properties are applied to single clock.
Availability
Clock can be mounted insideViewer or CesiumWidget components. Clock can not be mounted more than once for each Viewer or CesiumWidget.
Properties
Cesium properties
Property | Type | Description |
---|---|---|
canAnimate | boolean | |
clockRange | ClockRange | |
clockStep | ClockStep | |
currentTime | JulianDate | |
multiplier | number | |
shouldAnimate | boolean | |
startTime | JulianDate | |
stopTime | JulianDate |
Cesium read-only properties
N/A
Cesium events
Property | Type | Description |
---|---|---|
onStop | (clock: Clock) => void | |
onTick | (clock: Clock) => void |
Other properties
N/A