MeshRope
Creates a MeshRope
The rope allows you to draw a texture across several points and then manipulate these points
API
MeshRope Attributes
| Name | Type | Default | Description |
|---|---|---|---|
| texture | string object | undefined | The texture to use on the MeshRope. |
| points | Array<object> | undefined | An array of points or point-like objects to construct this rope. |
more props in Container Attributes and MeshRope
MeshRope Events
| Name | Type | Description |
|---|---|---|
| effect | function | custom render function |
more events in Container Events