Skip to content

EffectDefinition

Defined in: renderer/src/effects/defineEffect.ts:25

Registered effect definition. The callable shape (options) => EffectFactory is what users invoke at call sites (bloom({ threshold: 0.8 })); the name property is the registry key used for save/restore lookups.

H extends EffectHandle

O

EffectDefinition(options): EffectFactory<H>

Defined in: renderer/src/effects/defineEffect.ts:26

Registered effect definition. The callable shape (options) => EffectFactory is what users invoke at call sites (bloom({ threshold: 0.8 })); the name property is the registry key used for save/restore lookups.

O

EffectFactory<H>

readonly name: string

Defined in: renderer/src/effects/defineEffect.ts:27