UNPKG

@three3d/effect

Version:

@three3d/effect 提供了 ThreeJS 的特效

27 lines (18 loc) 1.2 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/effect](./effect.md) &gt; [PathGeometryOptions](./effect.pathgeometryoptions.md) ## PathGeometryOptions interface PathGeometry 的 选项 **Signature:** ```typescript export interface PathGeometryOptions extends SampleOptions ``` **Extends:** SampleOptions ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [autoClose?](./effect.pathgeometryoptions.autoclose.md) | | boolean | _(Optional)_ 是否自动闭合 | | [color?](./effect.pathgeometryoptions.color.md) | | ColorRepresentation \| null | _(Optional)_ 线的颜色 | | [endColor?](./effect.pathgeometryoptions.endcolor.md) | | ColorRepresentation \| null | _(Optional)_ 终点处的颜色 | | [startColor?](./effect.pathgeometryoptions.startcolor.md) | | ColorRepresentation \| null | _(Optional)_ 线开始处的颜色 | | [startLength?](./effect.pathgeometryoptions.startlength.md) | | number | _(Optional)_ 路径起始位置处的长度 | | [width?](./effect.pathgeometryoptions.width.md) | | number | _(Optional)_ 路径的宽度 |