Home
last modified time | relevance | path

Searched defs: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
75 …protected Array<TextureRegion> getRegions (Texture texture, Array<AtlasRegion> atlasRegions, Array… in getRegions()