| Package | Description |
|---|---|
| com.badlogic.gdx.assets.loaders | |
| com.badlogic.gdx.graphics.g2d | |
| com.badlogic.gdx.maps | |
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Method and Description |
|---|---|
TextureAtlas |
TextureAtlasLoader.load(AssetManager assetManager,
java.lang.String fileName,
FileHandle file,
TextureAtlasLoader.TextureAtlasParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
TextureAtlas |
PixmapPacker.generateTextureAtlas(Texture.TextureFilter minFilter,
Texture.TextureFilter magFilter,
boolean useMipMaps)
Generates a new
TextureAtlas from the pixmaps inserted so far. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleEffect.load(FileHandle effectFile,
TextureAtlas atlas) |
void |
ParticleEffect.load(FileHandle effectFile,
TextureAtlas atlas,
java.lang.String atlasPrefix) |
void |
ParticleEffect.loadEmitterImages(TextureAtlas atlas) |
void |
ParticleEffect.loadEmitterImages(TextureAtlas atlas,
java.lang.String atlasPrefix) |
void |
PixmapPacker.updateTextureAtlas(TextureAtlas atlas,
Texture.TextureFilter minFilter,
Texture.TextureFilter magFilter,
boolean useMipMaps)
Updates the
TextureAtlas, adding any new Pixmap instances packed since the last call to this method. |
| Constructor and Description |
|---|
TextureAtlasImageResolver(TextureAtlas atlas) |
| Modifier and Type | Method and Description |
|---|---|
TextureAtlas |
Skin.getAtlas()
Returns the
TextureAtlas passed to this skin constructor, or null. |
| Modifier and Type | Method and Description |
|---|---|
void |
Skin.addRegions(TextureAtlas atlas)
Adds all named texture regions from the atlas.
|
| Constructor and Description |
|---|
Skin(FileHandle skinFile,
TextureAtlas atlas)
Creates a skin containing the resources in the specified skin JSON file and the texture regions from the specified atlas.
|
Skin(TextureAtlas atlas)
Creates a skin containing the texture regions from the specified atlas.
|