mwg API
    Preparing search index...

    Interface TextureRegion

    A texture together with the frame it was cut from - what SpriteSheet.region returns.

    interface TextureRegion {
        frame: Rect;
        texture: Texture;
    }
    Index
    frame: Rect
    texture: Texture