Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 408 Bytes

File metadata and controls

21 lines (12 loc) · 408 Bytes

SpriteSheetExporter.allowTrimming

Availability

Flash Pro CS6.

Usage

SpriteSheetExporter.allowTrimming

Description

Property; A boolean value indicating whether the symbol frames can be trimmed of any extra whitespace when packed into the sprite sheet. The default value is true.

Example

var exporter = new SpriteSheetExporter;
 exporter.allowTrimming = false;