AdjustPhaseConfig
pixi-reels / index / AdjustPhaseConfig
Interface: AdjustPhaseConfig
Defined in: spin/phases/AdjustPhase.ts:7
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
pinOverlays | PinOverlayTween[] | Pin overlays on this reel that need to tween from their pre-reshape cell to the post-reshape cell. Populated by SpinController BEFORE the reshape commits. fromMain captures each overlay’s on-screen main coordinate at the moment the snapshot was taken, toMain is computed from the new geometry. AdjustPhase no longer commits geometry. SpinController._applyReshape does that synchronously before the phase runs. The phase’s only job is the tween. | spin/phases/AdjustPhase.ts:19 |