Skip to content

EffectStackEntry

Defined in: renderer/src/effects/EffectStack.ts:32

One entry inside an EffectStackSnapshot.

enabled: boolean

Defined in: renderer/src/effects/EffectStack.ts:40

Whether the effect’s filter(s) were enabled.


intensity: number

Defined in: renderer/src/effects/EffectStack.ts:38

Primary intensity at save time.


name: string

Defined in: renderer/src/effects/EffectStack.ts:34

Registered effect definition name (yage:hitFlash, etc).


options: unknown

Defined in: renderer/src/effects/EffectStack.ts:36

Snapshot of the options passed to the definition at attach time.