Strata - v1.4.10
    Preparing search index...

    Interface EffectStackProps

    Props for the EffectStack component.

    interface EffectStackProps {
        children?: ReactNode;
        enabled?: boolean;
        multisampling?: number;
        preset: PostProcessingPreset;
    }
    Index

    Properties

    children?: ReactNode

    Additional custom effects to be added to the stack.

    enabled?: boolean

    Whether post-processing effects are active. Default: true.

    multisampling?: number

    Number of samples for multi-sampling anti-aliasing. Default: 8.

    Preset configuration containing specific effect settings.