Searched refs:atlasRegions (Results 1 – 1 of 1) sorted by relevance
64 Array<AtlasRegion> atlasRegions = atlas.getRegions(); in setAtlas() local69 regionsPanel.add(new TexturePanel( texture, getRegions(texture, atlasRegions, regions))); in setAtlas()75 …protected Array<TextureRegion> getRegions (Texture texture, Array<AtlasRegion> atlasRegions, Array… in getRegions() argument77 for(TextureRegion region : atlasRegions){ in getRegions()