Skip to main content

Interface: EffectProps

Table of contents

Properties

Properties

effectKey

effectKey: string

Unique key identifying the effect in the GL effects catalog. This should map to an EffectKey in @twick/effects.

Defined in

types.ts:217


intensity

Optional intensity: number

Overall effect intensity, typically in the range [0, 1]. Renderers should clamp values into this range.

Defined in

types.ts:222