mwg API
    Preparing search index...

    Interface RpgmAutotileFrame

    The four source quadrants that make up one 48 by 48 RPG Maker autotile.

    interface RpgmAutotileFrame {
        destinationX: number;
        destinationY: number;
        quadrants: readonly [
            RpgmAutotileQuadrant,
            RpgmAutotileQuadrant,
            RpgmAutotileQuadrant,
            RpgmAutotileQuadrant,
        ];
        shape: number;
        slot: RpgmAutotileSlot;
        tileId: number;
    }
    Index
    destinationX: number
    destinationY: number
    quadrants: readonly [
        RpgmAutotileQuadrant,
        RpgmAutotileQuadrant,
        RpgmAutotileQuadrant,
        RpgmAutotileQuadrant,
    ]
    shape: number
    tileId: number