@cearth/tools
Version:
CEarth 的 工具库
68 lines (32 loc) • 789 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [transformEntity](./tools.transformentity.md)
## transformEntity() function
变换 Entity
**Signature:**
```typescript
export declare function transformEntity(target: Entity, transform: TransformEntityOptions): void;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
target
</td><td>
Entity
</td><td>
</td></tr>
<tr><td>
transform
</td><td>
[TransformEntityOptions](./tools.transformentityoptions.md)
</td><td>
变换操作信息
</td></tr>
</tbody></table>
**Returns:**
void