TextureAtlasExporter.version

#### Availability

Animate 2020.

#### Usage

TextureAtlasExporter.version

#### Description

Read-only property; A stinrg indicating the version number of the Animate application. This property is provided for use by texture atlas plugins.

#### Example

 javascript
var exporter = new TextureAtlasExporter;
alert(exporter.version);
// "20.0.1.19255"
`