Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 347 Bytes

File metadata and controls

20 lines (12 loc) · 347 Bytes

TextureAtlasExporter.filePath

Availability

Animate 2020.

Usage

TextureAtlasExporter.filePath

Description

property; It's the location where the texture atlas files needs to be exported.

Example

var exporter = new TextureAtlasExporter;
exporter.filePath  = "file:///Downloads/TextureAtlasExporter";