@cearth/tools
Version:
CEarth 的 工具库
16 lines (9 loc) • 407 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 中所有可渲染的对象类型
**Signature:**
```typescript
export type Element3D = PrimitiveElement | Entity;
```
**References:** [PrimitiveElement](./tools.primitiveelement.md)