Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 394 Bytes

File metadata and controls

19 lines (12 loc) · 394 Bytes

TextureAtlasExporter.optimizeJson

Availability

Animate 2020.

Usage

TextureAtlasExporter.optimizeJson

Description

Property; Boolean value which indicates whether animation.json needs to be optimized by removing indentation, decomposed matrix and use shortened names.

Example

var exporter = new TextureAtlasExporter;
exporter.optimizeJson = true;