libgdx API

Uses of Class
com.badlogic.gdx.graphics.g2d.TextureAtlas

Packages that use TextureAtlas
com.badlogic.gdx.assets.loaders   
com.badlogic.gdx.graphics.g2d   
 

Uses of TextureAtlas in com.badlogic.gdx.assets.loaders
 

Methods in com.badlogic.gdx.assets.loaders that return TextureAtlas
 TextureAtlas TextureAtlasLoader.load(AssetManager assetManager, java.lang.String fileName, TextureAtlasLoader.TextureAtlasParameter parameter)
           
 

Uses of TextureAtlas in com.badlogic.gdx.graphics.g2d
 

Methods in com.badlogic.gdx.graphics.g2d that return TextureAtlas
 TextureAtlas PixmapPacker.generateTextureAtlas(Texture.TextureFilter minFilter, Texture.TextureFilter magFilter)
          Generates a new TextureAtlas from the Pixmap instances inserted so far.
 

Methods in com.badlogic.gdx.graphics.g2d with parameters of type TextureAtlas
 void ParticleEffect.load(FileHandle effectFile, TextureAtlas atlas)
           
 void ParticleEffect.loadEmitterImages(TextureAtlas atlas)
           
 void PixmapPacker.updateTextureAtlas(TextureAtlas atlas, Texture.TextureFilter minFilter, Texture.TextureFilter magFilter)
          Updates the given TextureAtlas, adding any new Pixmap instances packed since the last call to this method.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)