@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
20 lines (12 loc) • 732 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [CreateLineConnectionOptions](./tools.createlineconnectionoptions.md)
## CreateLineConnectionOptions interface
**Signature:**
```typescript
export interface CreateLineConnectionOptions extends CreateRoundLineConnectionOptions
```
**Extends:** [CreateRoundLineConnectionOptions](./tools.createroundlineconnectionoptions.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [connectionType](./tools.createlineconnectionoptions.connectiontype.md) | | [LineConnectionType](./tools.lineconnectiontype.md) | 线的连接类型 |