SCI.js
    Preparing search index...

    Interface Loop

    interface Loop {
        frames: Cel[];
        isMirrored: boolean;
        bounds: {
            left: number;
            top: number;
            right: number;
            bottom: number;
            width: number;
            height: number;
        };
    }
    Index

    Properties

    frames: Cel[]
    isMirrored: boolean
    bounds: {
        left: number;
        top: number;
        right: number;
        bottom: number;
        width: number;
        height: number;
    }