pixi-jsInterfaces
Interface: TextureBorders
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/Texture.d.ts:12
Stores the width of the non-scalable borders, for example when used with NineSlicePlane texture.
Advanced
Properties
bottom
> bottom: number
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/Texture.d.ts:20
bottom border in pixels
left
> left: number
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/Texture.d.ts:14
left border in pixels
right
> right: number
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/Texture.d.ts:18
right border in pixels
top
> top: number
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/Texture.d.ts:16
top border in pixels