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.
Type Parameters
Section titled “Type Parameters”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.
Parameters
Section titled “Parameters”options
Section titled “options”O
Returns
Section titled “Returns”Properties
Section titled “Properties”
readonlyname:string
Defined in: renderer/src/effects/defineEffect.ts:27