OpenFairyGUI API
    Preparing search index...

    Interface PackInput

    MaxRects bin-packing algorithm

    interface PackInput {
        flags?: number;
        height: number;
        id: string;
        width: number;
    }
    Index
    flags?: number

    Bitfield: 1 = DUPLICATE_PADDING, 2 = NO_ROTATION

    height: number
    id: string
    width: number