<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/effect](./effect.md) &gt; [LineAttributesData](./effect.lineattributesdata.md)

## LineAttributesData interface

用于线性几何体的属性数据

**Signature:**

```typescript
export interface LineAttributesData 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [color?](./effect.lineattributesdata.color.md) |  | number\[\] | _(Optional)_ |
|  [lengths](./effect.lineattributesdata.lengths.md) |  | number\[\] |  |
|  [lineDistance](./effect.lineattributesdata.linedistance.md) |  | number\[\] |  |
|  [position](./effect.lineattributesdata.position.md) |  | number\[\] |  |

