OpenFairyGUI API
    Preparing search index...

    Interface UamPackagePublish

    interface UamPackagePublish {
        allowRotation: boolean;
        atlases: UamPackagePublishAtlas[];
        branchPath: string;
        codePath: string;
        excludedResourceIds: string[];
        extractAlpha: boolean;
        forceSquare: boolean;
        genCode: boolean;
        maxAtlasIndex: number;
        maxAtlasSize: number;
        name: string;
        packageCount: number;
        paging: boolean;
        path: string;
        sizeOption: "pot" | "npot" | "mof";
        useGlobalAtlasSettings: boolean;
    }
    Index
    allowRotation: boolean
    branchPath: string
    codePath: string
    excludedResourceIds: string[]
    extractAlpha: boolean
    forceSquare: boolean
    genCode: boolean
    maxAtlasIndex: number
    maxAtlasSize: number
    name: string
    packageCount: number
    paging: boolean
    path: string
    sizeOption: "pot" | "npot" | "mof"
    useGlobalAtlasSettings: boolean