TextureAtlasExporter.autoSize

#### Availability

Animate 2020.

#### Usage

TextureAtlasExporter.autoSize

#### Description

Property; A boolean value indicating whether the TextureAtlasExporter should calculate the overall size of TextureAtlas on its own.

#### Example

 javascript
var exporter = new TextureAtlasExporter;
exporter.autoSize = false;
`