Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 366 Bytes

File metadata and controls

21 lines (12 loc) · 366 Bytes

SpriteSheetExporter.autoSize

Availability

Flash Pro CS6.

Usage

SpriteSheetExporter.autoSize

Description

Property; A boolean value indicating whether the sprite sheet exporter should calculate the overall size of the sprite sheet on its own.

Example

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