Taos API Reference
    Preparing search index...

    Interface RenderOptions

    Construction options for Render. Every field is optional and maps to the like-named property; omitted fields keep the property default.

    interface RenderOptions {
        effects?: RenderEffectConfig[];
    }
    Index

    Properties

    Properties

    effects?: RenderEffectConfig[]

    Ordered list of enabled effects (Render.effects). Adopted by reference.