OpenFairyGUI API
    Preparing search index...

    Interface PublishSettings

    interface PublishSettings {
        atlasSetting?: {
            allowRotation?: boolean;
            extractAlpha?: boolean;
            fast?: boolean;
            forceSquare?: boolean;
            maxSize?: number;
            padding?: number;
            paging?: boolean;
            sizeOption?: string;
            trimImage?: boolean;
        };
        binaryFormat?: boolean;
        branchPath?: string;
        branchProcessing?: number;
        codeGeneration?: {
            allowGenCode?: boolean;
            classNamePrefix?: string;
            codePath?: string;
            codeType?: string;
            getMemberByName?: boolean;
            ignoreNoname?: boolean;
            memberNamePrefix?: string;
            packageName?: string;
        };
        compressDesc?: boolean;
        fileExtension?: string;
        includeHighResolution?: number;
        packageCount?: number;
        path?: string;
        seperatedAtlasForBranch?: boolean;
    }

    Hierarchy (View Summary)

    Index
    atlasSetting?: {
        allowRotation?: boolean;
        extractAlpha?: boolean;
        fast?: boolean;
        forceSquare?: boolean;
        maxSize?: number;
        padding?: number;
        paging?: boolean;
        sizeOption?: string;
        trimImage?: boolean;
    }
    binaryFormat?: boolean
    branchPath?: string
    branchProcessing?: number
    codeGeneration?: {
        allowGenCode?: boolean;
        classNamePrefix?: string;
        codePath?: string;
        codeType?: string;
        getMemberByName?: boolean;
        ignoreNoname?: boolean;
        memberNamePrefix?: string;
        packageName?: string;
    }
    compressDesc?: boolean
    fileExtension?: string
    includeHighResolution?: number
    packageCount?: number
    path?: string
    seperatedAtlasForBranch?: boolean