Package | Description |
---|---|
de.lessvoid.nifty.batch |
Modifier and Type | Method and Description |
---|---|
TextureAtlasGenerator.Result |
TextureAtlasGenerator.addImage(int imageWidth,
int imageHeight,
String name,
int padding)
Adds an image and calculates the target position of the image in the bigger texture as a Result instance.
|
TextureAtlasGenerator.Result |
TextureAtlasGenerator.removeImage(String name) |
Modifier and Type | Method and Description |
---|---|
List<TextureAtlasGenerator.Result> |
TextureAtlasGenerator.rebuild(int width,
int height,
int padding) |
Copyright © 2013. All Rights Reserved.