Animate 2020.
TextureAtlasExporter.canRotate
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.
var exporter = new TextureAtlasExporter;
alert(exporter.canRotate);