Taos API Reference
    Preparing search index...

    Interface PackVariantDoc

    A platform-specific alternative build of a pack (e.g. mobile-sized textures).

    interface PackVariantDoc {
        profile: string;
        url: string;
        hash?: string;
        size?: number;
    }
    Index

    Properties

    Properties

    profile: string

    RuntimeProfile name this variant targets (e.g. 'mobile').

    url: string

    Catalog-relative URL of the variant archive.

    hash?: string
    size?: number