Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 375 Bytes

File metadata and controls

21 lines (13 loc) · 375 Bytes

TextureAtlasExporter.algorithm

Availability

Animate 2020.

Usage

TextureAtlasExporter.algorithm

Description

Property; A string indicating which algorithm to use to pack the TextureAtlas. Valid values are "basic", and "maxRects" (the default).

Example

var exporter = new TextureAtlasExporter;
exporter.algorithm = "maxRects";