Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 388 Bytes

File metadata and controls

21 lines (13 loc) · 388 Bytes

TextureAtlasExporter.shapePadding

Availability

Animate 2020.

Usage

TextureAtlasExporter.shapePadding

Description

Property; An integer value indicating how many pixels of padding should be added to each exported symbol frame when adding it to the TextureAtlas.

Example

var exporter = new TextureAtlasExporter;
exporter.shapePadding = 1.5;