UNPKG
@cearth/tools
Version:
latest (2.7.1)
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
CEarth 的 工具库
github.com/GuoBinyong/CEarth
GuoBinyong/CEarth
@cearth/tools
/
dist
/
type
/
cutable.d.ts
8 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
Model
,
Cesium3DTileset
,
Globe
}
from
"cesium"
;
/** * 可剖切的元素 *
@remarks
* 这些元素都有一个 `clippingPlanes` 属性,用于设置剖切面 */
export
type
CutableElement
=
Model
|
Cesium3DTileset
|
Globe
;
//# sourceMappingURL=cutable.d.ts.map