@moxijs/ui - v0.3.5
    Preparing search index...

    Interface NineSliceConfig

    9-slice configuration for scalable sprites.

    interface NineSliceConfig {
        bottomHeight: number;
        leftWidth: number;
        rightWidth: number;
        topHeight: number;
    }
    Index

    Properties

    bottomHeight: number

    Height of bottom edge that doesn't scale

    leftWidth: number

    Width of left edge that doesn't scale

    rightWidth: number

    Width of right edge that doesn't scale

    topHeight: number

    Height of top edge that doesn't scale