CascadePlacePhaseConfig
pixi-reels / index / CascadePlacePhaseConfig
Interface: CascadePlacePhaseConfig
Defined in: spin/phases/CascadePlacePhase.ts:9
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
delay? | number | Per-reel delay before placement, in ms. | spin/phases/CascadePlacePhase.ts:18 |
events | EventEmitter<ReelSetEvents> | Reel-set event bus, injected by SpinController. | spin/phases/CascadePlacePhase.ts:20 |
initial | boolean | true for Moment A (initial spin); false for Moment B (refill). | spin/phases/CascadePlacePhase.ts:16 |
targetFrame | string[] | Full target frame for this reel: buffer-above + visible + buffer-below. | spin/phases/CascadePlacePhase.ts:11 |
winnerRows | number[] | Visible rows whose old symbols were “winners” cleared since the last placement. Empty AND initial: false ⇒ no movement on this reel. | spin/phases/CascadePlacePhase.ts:14 |