Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 352 Bytes

File metadata and controls

20 lines (12 loc) · 352 Bytes

TextureAtlasExporter.allowRotate

Availability

Animate 2020.

Usage

TextureAtlasExporter.allowRotate

Description

Property; A boolean value indicating whether the symbol frames can be rotated when packed into the TextureAtlas.

Example

var exporter = new TextureAtlasExporter;
exporter.allowRotate = true;