Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 332 Bytes

File metadata and controls

20 lines (12 loc) · 332 Bytes

TextureAtlasExporter.resolution

Availability

Animate 2020.

Usage

TextureAtlasExporter.resolution

Description

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

Example

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