@three3d/effect
Version:
@three3d/effect 提供了 ThreeJS 的特效
23 lines (13 loc) • 476 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/effect](./effect.md) > [PathGeometry](./effect.pathgeometry.md) > [copy](./effect.pathgeometry.copy.md)
## PathGeometry.copy() method
**Signature:**
```typescript
copy(source: BufferGeometry): this;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| source | BufferGeometry | |
**Returns:**
this