Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 355 Bytes

File metadata and controls

20 lines (12 loc) · 355 Bytes

TextureAtlasExporter.borderPadding

Availability

Animate 2020.

Usage

TextureAtlasExporter.borderPadding

Description

Property; An integer indicating the number of pixels of padding to add around each texture in the texture atlas.

Example

var exporter = new TextureAtlasExporter;
exporter.borderPadding = 5;