Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 368 Bytes

File metadata and controls

20 lines (12 loc) · 368 Bytes

TextureAtlasExporter.optimizeBitmap

Availability

Animate 2020.

Usage

TextureAtlasExporter.optimizeBitmap

Description

Property; Boolean value which indicates whether texture atlas bitmaps needs to be optimized by removing extra spaces.

Example

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