Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 421 Bytes

File metadata and controls

21 lines (13 loc) · 421 Bytes

TextureAtlasExporter.canRotate

Availability

Animate 2020.

Usage

TextureAtlasExporter.canRotate

Description

Read-only property; A boolean value indicating whether the framework specified by the TextureAtlasExporter.layoutFormat property may rotate textures when adding them to the texture atlas.

Example

var exporter = new TextureAtlasExporter;
alert(exporter.canRotate);