Direction
pixi-reels / index / Direction
Type Alias: Direction
type Direction = "forward" | "reverse";
Defined in: core/ReelAxis.ts:15
Which way along the travel axis symbols move. 'forward' heads toward the
larger coordinate (down / right), 'reverse' toward the smaller (up / left).
Per-reel, overridable per spin.