@three3d/effect
Version:
@three3d/effect 提供了 ThreeJS 的特效
16 lines (9 loc) • 447 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/effect](./effect.md) > [BandGeometry](./effect.bandgeometry.md) > [connectionType](./effect.bandgeometry.connectiontype.md)
## BandGeometry.connectionType property
线的衔接类型
**Signature:**
```typescript
get connectionType(): LineConnectionType;
set connectionType(value: LineConnectionType);
```