<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/effect](./effect.md) &gt; [LengthConnectType](./effect.lengthconnecttype.md)

## LengthConnectType enum

长度连接类型

**Signature:**

```typescript
export declare enum LengthConnectType 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  add | <code>&quot;add&quot;</code> | 累加 |
|  addGap | <code>&quot;addGap&quot;</code> | 累加，并将间隔计算进去 |
|  intact | <code>&quot;intact&quot;</code> | 保持原样 |

