UNPKG

@cearth/tools

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