HorizontalReelConfig
pixi-reels / index / HorizontalReelConfig
Interface: HorizontalReelConfig
Defined in: horizontal/HorizontalReelTypes.ts:18
Internal config produced by HorizontalReelBuilder.build.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
cascade | Required<HorizontalCascadeTiming> | - | horizontal/HorizontalReelTypes.ts:26 |
cellHeight | number | - | horizontal/HorizontalReelTypes.ts:21 |
cellWidth | number | - | horizontal/HorizontalReelTypes.ts:20 |
chrome | | ((g: Graphics, width: number, height: number) => void) | null | - | horizontal/HorizontalReelTypes.ts:30 |
configurator | (registry: SymbolRegistry) => void | - | horizontal/HorizontalReelTypes.ts:29 |
direction | HorizontalDirection | - | horizontal/HorizontalReelTypes.ts:23 |
gap | number | - | horizontal/HorizontalReelTypes.ts:22 |
initialFrame | ColumnTarget[] | Rest frame shown before the first spin — one ColumnTarget (this reel). | horizontal/HorizontalReelTypes.ts:28 |
rng | (() => number) | null | - | horizontal/HorizontalReelTypes.ts:32 |
speed | number | Pixels per frame while spinning. | horizontal/HorizontalReelTypes.ts:25 |
ticker | Ticker | - | horizontal/HorizontalReelTypes.ts:31 |
visibleCount | number | - | horizontal/HorizontalReelTypes.ts:19 |