@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
20 lines (12 loc) • 479 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [DirectionSide](./tools.directionside.md)
## DirectionSide enum
**Signature:**
```typescript
export declare enum DirectionSide
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| back | <code>"back"</code> | 前面 |
| front | <code>"front"</code> | 后面 |