Interface: ITextureBorders

PIXI.ITextureBorders

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

Properties:
Name Type Description
bottom number

bottom border in pixels

left number

left border in pixels

right number

right border in pixels

top number

top border in pixels

Since:
  • 7.2.0

Members

bottom number

bottom border in pixels

left number

left border in pixels

right border in pixels

top number

top border in pixels