Examples of AtlasTextWriter


Examples of ru.snake.spritepacker.writer.AtlasTextWriter

        writeOutput(descriptionHeader, descriptionFormat,
            descriptionFooter, txtWriter);
      } else {
        for (Integer atlasId : output.atlasSizes.keySet()) {
          AtlasTextWriter txtWriter = new AtlasTextWriter(output,
              destination, atlasId);

          txtWriter.setPrefix(descriptionPrefix);
          txtWriter.setPostfix(descriptionPostfix);
          txtWriter.setIgnoreAnimation(!atlasPerAnimation);

          if (!writeOutput(descriptionHeader, descriptionFormat,
              descriptionFooter, txtWriter)) {
            break;
          }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.