Home
last modified time | relevance | path

Searched refs:atlasRegions (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DTextureAtlasPanel.java64 Array<AtlasRegion> atlasRegions = atlas.getRegions(); in setAtlas() local
69 regionsPanel.add(new TexturePanel( texture, getRegions(texture, atlasRegions, regions))); in setAtlas()
75 …protected Array<TextureRegion> getRegions (Texture texture, Array<AtlasRegion> atlasRegions, Array… in getRegions() argument
77 for(TextureRegion region : atlasRegions){ in getRegions()