Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 456 Bytes

File metadata and controls

22 lines (14 loc) · 456 Bytes

TextureAtlasExporter.app

Availability

Animate 2020.

Usage

TextureAtlasExporter.app

Description

Read-only property; A string indicating the name of the application that is generating the TextureAtlas. This property is provided for use by any future TextureAtlas generator plugins that may be created for Animate 2020.

Example

var exporter = new TextureAtlasExporter;
alert(exporter.app);
// "Adobe Animate"