Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 349 Bytes

File metadata and controls

20 lines (12 loc) · 349 Bytes

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

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