Pixi Reel Column
One column of a Pixi reel: a strip of cells that scrolls and stops.
Wire a column to one of the Column N inputs of Reel Controller, which owns the spin timing for the whole grid. A column knows how to scroll and where to stop; it does not decide the outcome.
With the controller's Auto Layout enabled, columns are built and positioned for you from the column and row counts.
Grid
| Data | Description |
|---|
| Visible Rows (number) | |
| Cell Height (number) | |
| Cell Width (number) | |
| Cell Padding (number) | |
| Mask Padding (number) | |
Layout
| Data | Description |
|---|
| Auto Center (boolean) | |
| Anchor X (enum) | |
| Anchor Y (enum) | |
| Propagate Size (boolean) | |
Data
| Data | Description |
|---|
| Reel Strip (array) | |
| Stop Position (number) | |
| Symbol Images (array) | |
| Target Symbols (array) | |
Spin
| Data | Description |
|---|
| Spin Style (enum) | |
| Spin Speed (number) | |
| Max Speed (number) | |
| Acceleration (number) | |
| Signal | Description |
|---|
| Spin | |
| Stop | |
Drop
| Data | Description |
|---|
| Drop Duration (number) | |
| Row Delay (number) | |
Stop
| Data | Description |
|---|
| Stop Style (enum) | |
| Bounce Strength (number) | |
| Bounce Duration (number) | |
Effects
| Data | Description |
|---|
| Spin Effect (enum) | |
| Blur Strength (number) | |
| Anticipation Effect (enum) | |
Cascade
| Data | Description |
|---|
| Cascade Reels (array) | |
| Removed Cells (array) | |
| Cascade Style (enum) | |
| Cascade Duration (number) | |
| Data | Description |
|---|
| X (number) | |
| Y (number) | |
| Alpha (number) | |
| Visible (boolean) | |
| Z-Index (number) | |
| Scale X (number) | |
| Scale Y (number) | |
| Rotation (number) | |
Outputs
Events
| Signal | Description |
|---|
| On Stopped | |
| On Impact | |
| On Cascade Complete | |
State
| Data | Description |
|---|
| Is Spinning (boolean) | |
Data
| Data | Description |
|---|
| Current Symbols (array) | |
Reference
| Data | Description |
|---|
| Container (object) | |
| Node Reference (node) | |