Skip to content

MeshRope

Creates a MeshRope

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

API

MeshRope Attributes

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

more props in Container Props and PIXI.MeshRope

MeshRope Events

NameTypeDescription
renderfunctioncustom render function

more events in Container Events