BoardCellZIndexContext
pixi-reels / index / BoardCellZIndexContext
Interface: BoardCellZIndexContext
Defined in: board/BoardGrid.ts:47
What a BoardCellZIndexResolver is asked about.
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
atRest | boolean | false while the cell’s own strip is in flight. | board/BoardGrid.ts:55 |
attachOrder | number | The cell’s attach index (column-major); returning it reproduces the default order. | board/BoardGrid.ts:57 |
cell | BoardCell | The board coordinate - what a per-symbol resolver cannot supply, since every cell is reel 0 of its own set. | board/BoardGrid.ts:51 |
cols | number | - | board/BoardGrid.ts:52 |
rows | number | - | board/BoardGrid.ts:53 |
symbolId | string | Id currently shown in the cell. | board/BoardGrid.ts:49 |