pixi-reels

PhaseStep\<TCtx *extends* [`StepContext`](/api/interfaces/index.StepContext/)\<`any`, `any`\> = [`StepContext`](/api/interfaces/index.StepContext/)\<`any`, `any`\>\>

pixi-reels


pixi-reels / index / PhaseStep

Interface: PhaseStep<TCtx extends StepContext<any, any> = StepContext<any, any>>

Defined in: spin/phases/steps.ts:63

One step of a phase: a name to address it by, and what it does.

Type Parameters#

Type ParameterDefault type
TCtx extends StepContext<any, any>StepContext<any, any>

Properties#

PropertyModifierTypeDescriptionDefined in
cut?readonlybooleanA wait rather than a landing beat: a 'quicken' press skips it, in flight or upcoming, and leaves every other step in place.spin/phases/steps.ts:70
namereadonlystring-spin/phases/steps.ts:64
runreadonly(ctx: TCtx) => StepResult-spin/phases/steps.ts:65