Small World Engine API Reference - v0.46.1
    Preparing search index...

    Interface EngineRendererConfig

    Configuration for a single renderer backend.

    interface EngineRendererConfig {
        attributes?: Record<string, unknown>;
        type: string;
    }
    Index

    Properties

    Properties

    attributes?: Record<string, unknown>

    Context attributes passed to getContext().

    type: string

    The type of the renderer (e.g., WEB_GL2, WEB_GPU).