Orientation
pixi-reels / index / Orientation
Type Alias: Orientation
type Orientation = "vertical" | "horizontal";
Defined in: core/ReelAxis.ts:8
Which screen axis a reel’s strip travels along. 'vertical' runs the strip
on Y with reels marched along X; 'horizontal' runs the strip on X with
reels marched along Y. ReelSet-level: one shared orientation per set.