@cearth/tools
Version:
CEarth 的 工具库
18 lines (12 loc) • 476 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [TransformInfoOptions](./tools.transforminfooptions.md) > [world](./tools.transforminfooptions.world.md)
## TransformInfoOptions.world property
是否是世界坐标系
**Signature:**
```typescript
world?: boolean | {
translation?: boolean;
rotation?: boolean;
scale?: boolean;
};
```