@three3d/effect
Version:
@three3d/effect 提供了 ThreeJS 的特效
21 lines (13 loc) • 606 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/effect](./effect.md) > [PathDrawType](./effect.pathdrawtype.md)
## PathDrawType enum
**Signature:**
```typescript
export declare enum PathDrawType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| blend | <code>"blend"</code> | 使用混合的方式来绘制 |
| curve | <code>"curve"</code> | 以曲线的方式来绘制 |
| polyline | <code>"polyline"</code> | 以折线的方式来绘制 |