pixi-reels

StopPhaseOptions

pixi-reels


pixi-reels / index / StopPhaseOptions

Interface: StopPhaseOptions

Defined in: spin/phases/StopPhase.ts:23

What a game hands StopPhase through f.register('stop', StopPhase, options).

Properties#

PropertyTypeDescriptionDefined in
steps?StepsEditor<StopStepContext>Edit the built-in steps (delay, spinOut, land, bounce) before they run: insert one, replace one, drop one. Gets the default list, returns the list to run. See insertAfter and friends.spin/phases/StopPhase.ts:29