Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface SlicedSpriteInsets

    interface SlicedSpriteInsets {
        bottom: number;
        left: number;
        right: number;
        top: number;
    }
    Index
    bottom: number

    Fixed source pixels at the bottom edge.

    left: number

    Fixed source pixels at the left edge.

    right: number

    Fixed source pixels at the right edge.

    top: number

    Fixed source pixels at the top edge.