pixi.js
    Preparing search index...

    Interface TextureBordersAdvanced

    Stores the width of the non-scalable borders, for example when used with NineSlicePlane texture.

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

    Properties

    Properties

    bottom: number

    bottom border in pixels

    left: number

    left border in pixels

    right: number

    right border in pixels

    top: number

    top border in pixels