TextureAtlasExporter.sheetHeight
#### Availability
Animate 2020.
#### Usage
TextureAtlasExporter.sheetHeight
#### Description
Property; An integer value specifying the height of the texture atlas. This value is read-only if TextureAtlasExporter.autoSize is set to true.
#### Example
javascript
var exporter = new TextureAtlasExporter;
exporter.sheetHeight = 512;
`