HomeSort by relevance Sort by last modified time
    Searched refs:atlases (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java 76 private final ObjectMap<String, TextureAtlas> atlases; field in class:AtlasTmxMapLoader.AtlasResolver.DirectAtlasResolver
78 public DirectAtlasResolver (ObjectMap<String, TextureAtlas> atlases) {
79 this.atlases = atlases;
84 return atlases.get(name);
150 ObjectMap<String, TextureAtlas> atlases = new ObjectMap<String, TextureAtlas>(); local
157 atlases.put(atlasFile.path(), atlas);
159 AtlasResolver.DirectAtlasResolver atlasResolver = new AtlasResolver.DirectAtlasResolver(atlases);
161 map.setOwnedResources(atlases.values().toArray());
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
FlameMain.java 913 Array<TextureAtlas> atlases = assetManager.getAll(TextureAtlas.class, new Array<TextureAtlas>()); local
    [all...]

Completed in 57 milliseconds