TextureAtlasExporter.overflowed

#### Availability

Animate 2020.

#### Usage

TextureAtlasExporter.overflowed

#### Description

Read-only property; Boolean value which indicates, if any assets are remaining after packing into texture atlas.

#### Example

 javascript
var exporter = new TextureAtlasExporter;
alert(exporter.overflowed);
`