Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 445 Bytes

File metadata and controls

21 lines (12 loc) · 445 Bytes

SpriteSheetExporter.canTrim

Availability

Flash Pro CS6.

Usage

SpriteSheetExporter.canTrim

Description

Read-only property; A boolean value indicating whether the framework specified by the SpriteSheetExporter.layoutFormat property supports trimming extra whitespace from symbol frames when adding them to the sprite sheet.

Example

var exporter = new SpriteSheetExporter; 
alert(exporter.canTrim);