@cearth/tools
Version:
CEarth 的 工具库
14 lines (8 loc) • 496 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [PrimitiveObjectCollection](./tools.primitiveobjectcollection.md)
## PrimitiveObjectCollection type
代表所有可加入 PrimitiveCollection 中的 集合的类型
<b>Signature:</b>
```typescript
export declare type PrimitiveObjectCollection = PrimitiveCollection | BillboardCollection | PointPrimitiveCollection | PolylineCollection;
```