Uses of Class
com.badlogic.gdx.graphics.g2d.TextureAtlas
-
-
Uses of TextureAtlas in com.badlogic.gdx.assets.loaders
Methods in com.badlogic.gdx.assets.loaders that return TextureAtlas Modifier and Type Method Description TextureAtlasTextureAtlasLoader. load(AssetManager assetManager, java.lang.String fileName, FileHandle file, TextureAtlasLoader.TextureAtlasParameter parameter)Methods in com.badlogic.gdx.assets.loaders with parameters of type TextureAtlas Modifier and Type Method Description protected SkinSkinLoader. newSkin(TextureAtlas atlas)Override to allow subclasses of Skin to be loaded or the skin instance to be configured. -
Uses of TextureAtlas in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return TextureAtlas Modifier and Type Method Description TextureAtlasPixmapPacker. generateTextureAtlas(Texture.TextureFilter minFilter, Texture.TextureFilter magFilter, boolean useMipMaps)Generates a newTextureAtlasfrom the pixmaps inserted so far.Methods in com.badlogic.gdx.graphics.g2d with parameters of type TextureAtlas Modifier and Type Method Description voidParticleEffect. load(FileHandle effectFile, TextureAtlas atlas)voidParticleEffect. load(FileHandle effectFile, TextureAtlas atlas, java.lang.String atlasPrefix)voidParticleEffect. loadEmitterImages(TextureAtlas atlas)voidParticleEffect. loadEmitterImages(TextureAtlas atlas, java.lang.String atlasPrefix)voidPixmapPacker. updateTextureAtlas(TextureAtlas atlas, Texture.TextureFilter minFilter, Texture.TextureFilter magFilter, boolean useMipMaps)Updates theTextureAtlas, adding any newPixmapinstances packed since the last call to this method.voidPixmapPacker. updateTextureAtlas(TextureAtlas atlas, Texture.TextureFilter minFilter, Texture.TextureFilter magFilter, boolean useMipMaps, boolean useIndexes)Updates theTextureAtlas, adding any newPixmapinstances packed since the last call to this method. -
Uses of TextureAtlas in com.badlogic.gdx.graphics.g3d.particles.influencers
Methods in com.badlogic.gdx.graphics.g3d.particles.influencers with parameters of type TextureAtlas Modifier and Type Method Description voidRegionInfluencer.AspectTextureRegion. updateUV(TextureAtlas atlas) -
Uses of TextureAtlas in com.badlogic.gdx.maps
Constructors in com.badlogic.gdx.maps with parameters of type TextureAtlas Constructor Description TextureAtlasImageResolver(TextureAtlas atlas) -
Uses of TextureAtlas in com.badlogic.gdx.maps.tiled
Methods in com.badlogic.gdx.maps.tiled that return TextureAtlas Modifier and Type Method Description TextureAtlasAtlasTmxMapLoader.AtlasResolver.AssetManagerAtlasResolver. getAtlas()TextureAtlasAtlasTmxMapLoader.AtlasResolver.DirectAtlasResolver. getAtlas()TextureAtlasAtlasTmxMapLoader.AtlasResolver. getAtlas()Constructors in com.badlogic.gdx.maps.tiled with parameters of type TextureAtlas Constructor Description DirectAtlasResolver(TextureAtlas atlas) -
Uses of TextureAtlas in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return TextureAtlas Modifier and Type Method Description TextureAtlasSkin. getAtlas()Returns theTextureAtlaspassed to this skin constructor, or null.Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type TextureAtlas Modifier and Type Method Description voidSkin. addRegions(TextureAtlas atlas)Adds all named texture regions from the atlas.Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type TextureAtlas Constructor Description ParticleEffectActor(FileHandle particleFile, TextureAtlas atlas)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.
-