new ov.Widget.TimelinePlayer(parameter){ov.Widget.TimelinePlayer}
common/PilotGaea-Widget.js, line 197
播放控制器Widget,支援Play(開始播放)與Pause(停止播放)事件處理。
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameter |
Object |
參數物件。
|
Returns:
Type | Description |
---|---|
ov.Widget.TimelinePlayer | 播放控制器Widget物件。 |
Example
var param = {};
param.view = terrainView;
param.timeline = new ov.Widget.Timeline({terrainView: terrainView});
param.playSpeed = 1000;
param.style = {bottom: 0};
var widget = new ov.Widget.TimelinePlayer(param);
Methods
-
play()
common/PilotGaea-Widget.js, line 271 -
開始播放。
-
reset()
common/PilotGaea-Widget.js, line 284 -
重制播放時間至開始時間。
-
stop()
common/PilotGaea-Widget.js, line 260 -
停止播放。