Appearance
KBE3D / KBCore / Cesium / KmlTourWait
类: KmlTourWait
Pauses the KmlTour for a given number of seconds.
参数
entry duration
方法
play()
play(
done:DoneCallback):void
Play this playlist entry
参数
done
function which will be called when playback ends
返回
void
stop()
stop():
void
Stop execution of curent entry, cancel curent timeout
返回
void
构造函数
构造函数
new KmlTourWait(
duration:number):KmlTourWait
参数
duration
number
返回
KmlTourWait
