Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 392 Bytes

File metadata and controls

21 lines (13 loc) · 392 Bytes

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

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