Taos API Reference
    Preparing search index...

    Type Alias RenderPreset

    RenderPreset: (engine: Engine) => void | Promise<void>

    Function that wires a bundle of RenderFeatures onto an Engine. The engine awaits the preset, so it may be async (e.g. to load assets a default sky feature needs).

    Type Declaration