Pixi Reel Cell
One cell of a Pixi reel — a single symbol position.
Cells are the leaves of the reel hierarchy: Reel Controller drives Reel Columns, and each column is made of cells. You rarely place cells by hand — a column builds its own — but they are addressable when you want per-symbol control of a highlight or an animation.
Cell
| Data | Description |
|---|
| Width (number) | |
| Height (number) | |
| Padding (number) | |
| Bg Color (color) | |
| Bg Alpha (number) | |
| Border Radius (number) | |
Symbol
| Data | Description |
|---|
| Symbol ID (number) | |
| Symbol Image (image) | |
| Symbol Scale (enum) | |
| Play Video On Win (boolean) | |
Advanced
| Data | Description |
|---|
| Enable Mipmap (boolean) | |
Highlight
| Data | Description |
|---|
| Highlighted (boolean) | |
| Highlight Color (color) | |
| Highlight Style (enum) | |
| Highlight Strength (number) | |
Idle
| Data | Description |
|---|
| Idle Animation (enum) | |
| Idle Custom Code (code) | |
Win Animation
| Data | Description |
|---|
| Win Animation (enum) | |
| Win Custom Code (code) | |
Signals
| Signal | Description |
|---|
| Activate | |
| Deactivate | |
| Data | Description |
|---|
| X (number) | |
| Y (number) | |
| Alpha (number) | |
| Visible (boolean) | |
| Z-Index (number) | |
| Scale X (number) | |
| Scale Y (number) | |
| Rotation (number) | |
Outputs
Data
| Data | Description |
|---|
| Symbol ID (number) | |
Events
| Signal | Description |
|---|
| On Land | |
| On Highlighted | |
| On Activated | |
State
| Data | Description |
|---|
| Is Highlighted (boolean) | |
Reference
| Data | Description |
|---|
| Container (object) | |
| Node Reference (node) | |