Animate 2020.
TextureAtlasExporter.sheetWidth
Property; An integer value specifying the width of the texture atlas. This value is read-only if TextureAtlasExporter.autoSize is set to true.
var exporter = new TextureAtlasExporter;
exporter.sheetwidth = 512;