@cearth/tools
Version:
CEarth 的 工具库
94 lines (42 loc) • 1.05 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [MatrixPrimitiveMember](./tools.matrixprimitivemember.md)
## MatrixPrimitiveMember interface
MatrixPrimitive 类型的成员接口
**Signature:**
```typescript
export interface MatrixPrimitiveMember
```
## Remarks
用于方便其它模块扩展 MatrixPrimitive 类型
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[Cesium3DTileset](./tools.matrixprimitivemember.cesium3dtileset.md)
</td><td>
</td><td>
Cesium3DTileset
</td><td>
</td></tr>
<tr><td>
[Model](./tools.matrixprimitivemember.model.md)
</td><td>
</td><td>
Model
</td><td>
</td></tr>
<tr><td>
[Primitive](./tools.matrixprimitivemember.primitive.md)
</td><td>
</td><td>
Primitive
</td><td>
</td></tr>
</tbody></table>