属性列表
可以设置、检索或监听的属性。参见 使用属性。
属性 | 类型 | 描述 | 类 | |
---|---|---|---|---|
String | 更多信息 可以设置季节而不是日期。 | 更多信息 | DaylightViewModel | |
Boolean | 更多信息 开始或暂停循环播放一天中的分钟的白天动画。 | 更多信息 | DaylightViewModel | |
String | 更多信息 类名。 | 更多信息 | Accessor | |
Date | 更多信息 utcOffset 给出的时区中的日历日期。 | 更多信息 | DaylightViewModel | |
Number | 更多信息 控制白天和日期动画速度。 | 更多信息 | DaylightViewModel | |
Number | 更多信息 utcOffset 给出的时区中一天中时间的滑块位置。 | 更多信息 | DaylightViewModel | |
Number | 更多信息 UTC 时间与微件中显示的时间之间的小时差。 | 更多信息 | DaylightViewModel | |
SceneView | 更多信息 微件将从中操作的视图。 | 更多信息 | DaylightViewModel | |
Boolean | 更多信息 开始或暂停在一年中的月份循环的日期动画。 | 更多信息 | DaylightViewModel |
属性详细说明
-
currentSeason String
-
可以设置季节而不是日期。每个季节使用与季节分点和至日相对应的固定日期。
可选值:"spring"|"summer"|"fall"|"winter"
-
dayPlaying Boolean
-
开始或暂停循环播放一天中的分钟的白天动画。设置为
true
以启动动画,设置为false
以暂停它。- 默认值:false
-
类名。类的名称声明格式为
geoscene.folder.className
。
-
playSpeedMultiplier Number
-
控制白天和日期动画速度。
- 默认值:1.0
示例代码:// Plays the daylight animation at half of the default speed daylightWidget.playSpeedMultiplier = 0.5;
-
utcOffset Number
-
UTC 时间与微件中显示的时间之间的小时差。
-
view SceneView
-
微件将从中操作的视图。
-
yearPlaying Boolean
-
开始或暂停在一年中的月份循环的日期动画。设置为
true
以启动动画,设置为false
以暂停它。- 默认值:false