English中文

KmlTourWait

new Cesium.KmlTourWait(duration)

将 KmlTour 暂停给定的秒数。 Pauses the KmlTour for a given number of seconds.
名称 Name 类型 Type 说明 Description
duration number 进入持续时间 entry duration
另见: See:

方法 Methods

播放此播放列表条目 Play this playlist entry
名称 Name 类型 Type 说明 Description
done KmlTourWait.DoneCallback 播放结束时将调用的函数 function which will be called when playback ends
停止执行当前条目,取消当前超时 Stop execution of curent entry, cancel curent timeout

类型定义 Type Definitions

Cesium.KmlTourWait.DoneCallback(terminated)

播放结束时将调用的函数。 A function which will be called when playback ends.
名称 Name 类型 Type 说明 Description
terminated boolean 为真,如果 true if KmlTourWait#stop 在条目完成播放之前调用。 was called before entry done playback.
需要帮助吗?获得答案的最快方法是从社区和团队那里获得答案 Need help? The fastest way to get answers is from the community and team on the Cesium Forum.