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.
Data
| Data | Description |
|---|
| Winning Lines Details (array) | |
| Paylines (array) | |
Grid
| Data | Description |
|---|
| Number of Columns (number) | |
| Number of Rows (number) | |
| Grid Width (px) (number) | |
| Grid Height (px) (number) | |
Style
| Data | Description |
|---|
| Line Width (number) | |
| Line Opacity (number) | |
| Show All Paylines (boolean) | |
| Animate Lines (boolean) | |
| Data | Description |
|---|
| X (number) | |
| Y (number) | |
| Alpha (number) | |
| Z-Index (number) | |
Actions
Outputs
Results
| Data | Description |
|---|
| Winning Cells (array) | |
| Total Win Lines (number) | |
| Has Win (boolean) | |
Reference
| Data | Description |
|---|
| Pixi Container (object) | |
Events