Skip to content

Commit 83261b8

Browse files
author
wanghean
committed
补充注释
1 parent c3f178c commit 83261b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cesiumjs/layer/TerrainLayer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export default class TerrainLayer extends BaseLayer {
6565
* @param {Object} optionsParam 包含以下参数
6666
* @param {Boolean} [optionsParam.synchronous = true] 是否异步请求
6767
* @param {DefaultProxy} [optionsParam.proxy = defaultProxy] 代理
68+
* @param {Function} [optionsParam.loaded = function] 加载成功回调函数
69+
* @param {Function} [optionsParam.getDocLayers = function] 回调获取图层对象
6870
* @param {Boolean} [optionsParam.requestVertexNormals = false] 是否请求法向
6971
* @returns 地形层对象
7072
* @example

0 commit comments

Comments
 (0)