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
javascript
var exporter = new TextureAtlasExporter;
exporter.borderPadding = 5;
`