UNPKG

@three3d/effect

Version:

@three3d/effect 提供了 ThreeJS 的特效

21 lines (13 loc) 606 B
<!-- 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> | 以折线的方式来绘制 |