Taos API Reference
    Preparing search index...

    Type Alias RenderEffectType

    RenderEffectType:
        | "ssgi"
        | "ao"
        | "ssr"
        | "godray"
        | "lensFlare"
        | "taa"
        | "motionBlur"
        | "dof"
        | "bloom"
        | "autoExposure"
        | "tonemap"

    Identifiers for the post-processing / lighting render effects a Render component can toggle and configure. Each maps to a render feature the host pre-registers (disabled) in its pipeline; the host reads this component each frame and flips feature.enabled + pushes settings. Stringly-typed so the authoring layer (editor) owns the field metadata without the engine needing to know every knob.