Preparing search index...
The search index is not available
高德云境 CesiumJS 插件接口文档
高德云境 CesiumJS 插件接口文档
CameraAnimationOptions
Interface CameraAnimationOptions
Param: repeat
//是否连续循环播放
Param: time
//开始动画的时间,
Param: onEnd
//动画运行到最后一个节点的时候触发的回调
Param: onReachKeyNode
//动画运行到关键节点的时候触发的回调
interface
CameraAnimationOptions
{
onEnd
?:
(
(
params
:
{
index
:
number
;
}
)
=>
void
)
;
onReachKeyNode
?:
(
(
params
:
{
index
:
number
;
}
)
=>
void
)
;
path
:
CameraAnimationPath
;
repeat
:
boolean
;
viewer
:
Viewer
;
}
Index
Properties
on
End?
on
Reach
Key
Node?
path
repeat
viewer
Properties
Optional
on
End
on
End
?:
(
(
params
:
{
index
:
number
;
}
)
=>
void
)
Optional
on
Reach
Key
Node
on
Reach
Key
Node
?:
(
(
params
:
{
index
:
number
;
}
)
=>
void
)
path
path
:
CameraAnimationPath
repeat
repeat
:
boolean
viewer
viewer
:
Viewer
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
End
on
Reach
Key
Node
path
repeat
viewer
高德云境 CesiumJS 插件接口文档
Loading...
Param: repeat
//是否连续循环播放
Param: time
//开始动画的时间,
Param: onEnd
//动画运行到最后一个节点的时候触发的回调
Param: onReachKeyNode
//动画运行到关键节点的时候触发的回调