@cearth/tools
Version:
CEarth 的 工具库
16 lines (9 loc) • 421 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [Element3D](./tools.element3d.md)
## Element3D type
代表 Cesium 中所有可渲染的对象类型
<b>Signature:</b>
```typescript
export declare type Element3D = PrimitiveElement | Entity;
```
<b>References:</b> [PrimitiveElement](./tools.primitiveelement.md)