UNPKG
cesium-pocket
Version:
latest (0.0.26-alpha)
0.0.26-alpha
0.0.23-alpha
0.0.22-alpha
0.0.9-alpha
0.0.8-alpha
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
cesium的插件库;基于vue3的开发
cesium-pocket
/
src
/
tianmap
/
index.d.ts
3 lines
(2 loc)
•
116 B
TypeScript
View Raw
1
2
3
import
{
Viewer
}
from
'cesium'
;
export
declare
const
setWorldTerrainAsync
:
(
viewer
:
Viewer
,
boo
:
boolean
) =>
void
;