Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 422 Bytes

File metadata and controls

22 lines (13 loc) · 422 Bytes

SpriteSheetExporter.canRotate

Availability

Flash Pro CS6.

Usage

SpriteSheetExporter.canRotate

Description

Read-only property; A boolean value indicating whether the framework specified by the SpriteSheetExporter.layoutFormat property may rotate symbol frames when adding them to the sprite sheet.

Example

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