<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/effect](./effect.md) &gt; [PathDrawType](./effect.pathdrawtype.md)

## PathDrawType enum

**Signature:**

```typescript
export declare enum PathDrawType 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  blend | <code>&quot;blend&quot;</code> | 使用混合的方式来绘制 |
|  curve | <code>&quot;curve&quot;</code> | 以曲线的方式来绘制 |
|  polyline | <code>&quot;polyline&quot;</code> | 以折线的方式来绘制 |

