|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextureAtlas | |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics.g2d | |
com.badlogic.gdx.scenes.scene2d.ui.tablelayout |
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 with parameters of type TextureAtlas | |
---|---|
void |
ParticleEffect.load(FileHandle effectFile,
TextureAtlas atlas)
|
void |
ParticleEffect.loadEmitterImages(TextureAtlas atlas)
|
Uses of TextureAtlas in com.badlogic.gdx.scenes.scene2d.ui.tablelayout |
---|
Fields in com.badlogic.gdx.scenes.scene2d.ui.tablelayout declared as TextureAtlas | |
---|---|
TextureAtlas |
TableLayout.atlas
The atlas to use to find texture regions. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |