libgdx API

Uses of Class
com.badlogic.gdx.assets.AssetDescriptor

Packages that use AssetDescriptor
com.badlogic.gdx.assets   
com.badlogic.gdx.assets.loaders   
 

Uses of AssetDescriptor in com.badlogic.gdx.assets
 

Methods in com.badlogic.gdx.assets with parameters of type AssetDescriptor
 void AssetManager.load(AssetDescriptor desc)
          Adds the given asset to the loading queue of the AssetManager.
 

Uses of AssetDescriptor in com.badlogic.gdx.assets.loaders
 

Methods in com.badlogic.gdx.assets.loaders that return types with arguments of type AssetDescriptor
 Array<AssetDescriptor> BitmapFontLoader.getDependencies(java.lang.String fileName, BitmapFontLoader.BitmapFontParameter parameter)
           
 Array<AssetDescriptor> MusicLoader.getDependencies(java.lang.String fileName, MusicLoader.MusicParameter parameter)
           
abstract  Array<AssetDescriptor> AssetLoader.getDependencies(java.lang.String fileName, P parameter)
           
 Array<AssetDescriptor> PixmapLoader.getDependencies(java.lang.String fileName, PixmapLoader.PixmapParameter parameter)
           
 Array<AssetDescriptor> SkinLoader.getDependencies(java.lang.String fileName, SkinLoader.SkinParameter parameter)
           
 Array<AssetDescriptor> SoundLoader.getDependencies(java.lang.String fileName, SoundLoader.SoundParameter parameter)
           
 Array<AssetDescriptor> TextureAtlasLoader.getDependencies(java.lang.String fileName, TextureAtlasLoader.TextureAtlasParameter parameter)
           
 Array<AssetDescriptor> TextureLoader.getDependencies(java.lang.String fileName, TextureLoader.TextureParameter parameter)
           
 Array<AssetDescriptor> TileAtlasLoader.getDependencies(java.lang.String fileName, TileAtlasLoader.TileAtlasParameter parameter)
           
 Array<AssetDescriptor> TileMapRendererLoader.getDependencies(java.lang.String fileName, TileMapRendererLoader.TileMapParameter parameter)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)