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