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

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