pixi-reels

BoardProfile

pixi-reels


pixi-reels / index / BoardProfile

Type Alias: BoardProfile

type BoardProfile = 
  | SpeedProfile
  | ((cell: BoardCell) => SpeedProfile);

Defined in: board/BoardGrid.ts:26

A speed profile, or a per-cell function of one (e.g. a stagger wave).