Uses of Class
com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion
-
Packages that use TextureAtlas.AtlasRegion Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of TextureAtlas.AtlasRegion in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return TextureAtlas.AtlasRegion Modifier and Type Method Description TextureAtlas.AtlasRegionTextureAtlas. addRegion(java.lang.String name, TextureRegion textureRegion)Adds a region to the atlas.TextureAtlas.AtlasRegionTextureAtlas. addRegion(java.lang.String name, Texture texture, int x, int y, int width, int height)Adds a region to the atlas.TextureAtlas.AtlasRegionTextureAtlas. findRegion(java.lang.String name)Returns the first region found with the specified name.TextureAtlas.AtlasRegionTextureAtlas. findRegion(java.lang.String name, int index)Returns the first region found with the specified name and index.TextureAtlas.AtlasRegionTextureAtlas.AtlasSprite. getAtlasRegion()Methods in com.badlogic.gdx.graphics.g2d that return types with arguments of type TextureAtlas.AtlasRegion Modifier and Type Method Description Array<TextureAtlas.AtlasRegion>TextureAtlas. findRegions(java.lang.String name)Returns all regions with the specified name, ordered by smallest to largestindex.Array<TextureAtlas.AtlasRegion>TextureAtlas. getRegions()Returns all regions in the atlas.Constructors in com.badlogic.gdx.graphics.g2d with parameters of type TextureAtlas.AtlasRegion Constructor Description AtlasRegion(TextureAtlas.AtlasRegion region)AtlasSprite(TextureAtlas.AtlasRegion region)
-