pixi-reels

SymbolPoolSlots

pixi-reels


pixi-reels / index / SymbolPoolSlots

Type Alias: SymbolPoolSlots

type SymbolPoolSlots = "spinning" | "buffer" | "bufferStart" | "bufferEnd";

Defined in: frame/SymbolPool.ts:33

Which slots a pool applies to.

  • 'spinning' covers every random draw on the reel.
  • 'buffer' narrows the cells outside the visible window, both sides.
  • 'bufferStart' / 'bufferEnd' narrow ONE side of the window.

bufferStart is the side at the smaller main coordinate (above on a vertical set, left on a horizontal one) and bufferEnd the larger, whichever way the reel travels. Same ends ColumnTarget.bufferStart / bufferEnd address.