Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 363 Bytes

File metadata and controls

20 lines (12 loc) · 363 Bytes

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

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