TextureAtlasExporter.resolution

#### Availability

Animate 2020.

#### Usage

TextureAtlasExporter.resolution

#### Description

Property; Floating value which indicates in which resolution the textures needs to be exported.

#### Example

 javascript
var exporter = new TextureAtlasExporter;
exporter.resolution = 1.5;
`