Phaser API Documentation

  Version: 
renderDebugVerts(src, meshLength, verts)

Description:

The built-in Rope vertices debug rendering method.

See Rope.setDebug for more details.

Parameters:

name type description
src Phaser.GameObjects.Rope

The Rope object being rendered.

meshLength number

The number of vertices in the mesh.

verts Array.<number>

An array of translated vertex coordinates.

Since: 3.23.0