We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f178c commit 83261b8Copy full SHA for 83261b8
src/cesiumjs/layer/TerrainLayer.js
@@ -65,6 +65,8 @@ export default class TerrainLayer extends BaseLayer {
65
* @param {Object} optionsParam 包含以下参数
66
* @param {Boolean} [optionsParam.synchronous = true] 是否异步请求
67
* @param {DefaultProxy} [optionsParam.proxy = defaultProxy] 代理
68
+ * @param {Function} [optionsParam.loaded = function] 加载成功回调函数
69
+ * @param {Function} [optionsParam.getDocLayers = function] 回调获取图层对象
70
* @param {Boolean} [optionsParam.requestVertexNormals = false] 是否请求法向
71
* @returns 地形层对象
72
* @example
0 commit comments