Skip to content

SimpleRope

Creates a SimpleRope

The rope allows you to draw a texture across several points and then manipulate these points

API

SimpleRope Attributes

NameTypeDefaultDescription
texturestring objectundefinedThe texture to use on the SimpleRope.
pointsArray<object>undefinedAn array of points or point-like objects to construct this rope.

more props in Container Props and PIXI.SimpleRope

SimpleRope Events

NameTypeDescription
renderfunctioncustom render function

more events in Container Events