Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 378 Bytes

File metadata and controls

20 lines (12 loc) · 378 Bytes

TextureAtlasExporter.sheetWidth

Availability

Animate 2020.

Usage

TextureAtlasExporter.sheetWidth

Description

Property; An integer value specifying the width of the texture atlas. This value is read-only if TextureAtlasExporter.autoSize is set to true.

Example

var exporter = new TextureAtlasExporter;
exporter.sheetwidth = 512;