Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 351 Bytes

File metadata and controls

21 lines (12 loc) · 351 Bytes

SpriteSheetExporter.borderPadding

Availability

Flash Pro CS6.

Usage

SpriteSheetExporter.borderPadding

Description

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

Example

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