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

    Interface ImageLoaderOptions

    Specialized configuration options for image loaders.

    interface ImageLoaderOptions {
        basePath?: string;
        flipY?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    basePath?: string

    The base path to prepend to all resource URLs. Defaults to "".

    flipY?: boolean

    Whether the image should be flipped vertically during loading/decoding.