Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 388 Bytes

File metadata and controls

22 lines (13 loc) · 388 Bytes

SpriteSheetExporter.canShapePad

Availability

Flash Pro CS6.

Usage

SpriteSheetExporter.canShapePad

Description

Read-only property; A boolean value indicating whether the framework specified by the SpriteSheetExporter.layoutFormat property supports shape padding.

Example

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