Uses of Class
com.badlogic.gdx.graphics.g2d.TextureAtlas.TextureAtlasData
-
Packages that use TextureAtlas.TextureAtlasData Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of TextureAtlas.TextureAtlasData in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d with parameters of type TextureAtlas.TextureAtlasData Modifier and Type Method Description voidTextureAtlas. load(TextureAtlas.TextureAtlasData data)Adds the textures and regions from the specified texture atlas data.Constructors in com.badlogic.gdx.graphics.g2d with parameters of type TextureAtlas.TextureAtlasData Constructor Description TextureAtlas(TextureAtlas.TextureAtlasData data)
-