Skip to main content

Render Paylines Pixi

Draws payline overlays for a win directly into the Pixi scene.

The Pixi-native counterpart of Render Paylines. Use this one when the reels are Pixi nodes: it draws into the same scene graph instead of producing an SVG for the DOM to render.

Inputs

Data

DataDescription
Winning Lines Details (array)
Paylines (array)

Grid

DataDescription
Number of Columns (number)
Number of Rows (number)
Grid Width (px) (number)
Grid Height (px) (number)

Style

DataDescription
Line Width (number)
Line Opacity (number)
Show All Paylines (boolean)
Animate Lines (boolean)

Transform

DataDescription
X (number)
Y (number)
Alpha (number)
Z-Index (number)

Actions

SignalDescription
Do

Outputs

Results

DataDescription
Winning Cells (array)
Total Win Lines (number)
Has Win (boolean)

Reference

DataDescription
Pixi Container (object)

Events

SignalDescription
Done