Uses of Class
com.badlogic.gdx.assets.AssetDescriptor
-
Packages that use AssetDescriptor Package Description com.badlogic.gdx.assets com.badlogic.gdx.assets.loaders com.badlogic.gdx.graphics.g2d com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.maps.tiled -
-
Uses of AssetDescriptor in com.badlogic.gdx.assets
Methods in com.badlogic.gdx.assets with parameters of type AssetDescriptor Modifier and Type Method Description voidAssetErrorListener. error(AssetDescriptor asset, java.lang.Throwable throwable)<T> TAssetManager. finishLoadingAsset(AssetDescriptor assetDesc)Blocks until the specified asset is loaded.<T> TAssetManager. get(AssetDescriptor<T> assetDescriptor)booleanAssetManager. isLoaded(AssetDescriptor assetDesc)voidAssetManager. load(AssetDescriptor desc)Adds the given asset to the loading queue of the AssetManager.protected voidAssetManager. taskFailed(AssetDescriptor assetDesc, java.lang.RuntimeException ex)Called when a task throws an exception during loading. -
Uses of AssetDescriptor in com.badlogic.gdx.assets.loaders
Methods in com.badlogic.gdx.assets.loaders that return types with arguments of type AssetDescriptor Modifier and Type Method Description abstract Array<AssetDescriptor>AssetLoader. getDependencies(java.lang.String fileName, FileHandle file, P parameter)Returns the assets this asset requires to be loaded first.Array<AssetDescriptor>BitmapFontLoader. getDependencies(java.lang.String fileName, FileHandle file, BitmapFontLoader.BitmapFontParameter parameter)Array<AssetDescriptor>CubemapLoader. getDependencies(java.lang.String fileName, FileHandle file, CubemapLoader.CubemapParameter parameter)Array<AssetDescriptor>I18NBundleLoader. getDependencies(java.lang.String fileName, FileHandle file, I18NBundleLoader.I18NBundleParameter parameter)Array<AssetDescriptor>ModelLoader. getDependencies(java.lang.String fileName, FileHandle file, P parameters)Array<AssetDescriptor>MusicLoader. getDependencies(java.lang.String fileName, FileHandle file, MusicLoader.MusicParameter parameter)Array<AssetDescriptor>ParticleEffectLoader. getDependencies(java.lang.String fileName, FileHandle file, ParticleEffectLoader.ParticleEffectParameter param)Array<AssetDescriptor>PixmapLoader. getDependencies(java.lang.String fileName, FileHandle file, PixmapLoader.PixmapParameter parameter)Array<AssetDescriptor>ShaderProgramLoader. getDependencies(java.lang.String fileName, FileHandle file, ShaderProgramLoader.ShaderProgramParameter parameter)Array<AssetDescriptor>SkinLoader. getDependencies(java.lang.String fileName, FileHandle file, SkinLoader.SkinParameter parameter)Array<AssetDescriptor>SoundLoader. getDependencies(java.lang.String fileName, FileHandle file, SoundLoader.SoundParameter parameter)Array<AssetDescriptor>TextureAtlasLoader. getDependencies(java.lang.String fileName, FileHandle atlasFile, TextureAtlasLoader.TextureAtlasParameter parameter)Array<AssetDescriptor>TextureLoader. getDependencies(java.lang.String fileName, FileHandle file, TextureLoader.TextureParameter parameter) -
Uses of AssetDescriptor in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return types with arguments of type AssetDescriptor Modifier and Type Method Description Array<AssetDescriptor>PolygonRegionLoader. getDependencies(java.lang.String fileName, FileHandle file, PolygonRegionLoader.PolygonRegionParameters params)If the PSH file contains a line starting withparams.texturePrefix, anAssetDescriptorfor the file referenced on that line will be added to the returned Array. -
Uses of AssetDescriptor in com.badlogic.gdx.graphics.g3d.particles
Methods in com.badlogic.gdx.graphics.g3d.particles that return AssetDescriptor Modifier and Type Method Description AssetDescriptorResourceData.SaveData. loadAsset()Methods in com.badlogic.gdx.graphics.g3d.particles that return types with arguments of type AssetDescriptor Modifier and Type Method Description Array<AssetDescriptor>ResourceData. getAssetDescriptors()Array<AssetDescriptor>ParticleEffectLoader. getDependencies(java.lang.String fileName, FileHandle file, ParticleEffectLoader.ParticleEffectLoadParameter parameter) -
Uses of AssetDescriptor in com.badlogic.gdx.maps.tiled
Methods in com.badlogic.gdx.maps.tiled that return types with arguments of type AssetDescriptor Modifier and Type Method Description Array<AssetDescriptor>BaseTmxMapLoader. getDependencies(java.lang.String fileName, FileHandle tmxFile, P parameter)Array<AssetDescriptor>TideMapLoader. getDependencies(java.lang.String fileName, FileHandle tmxFile, TideMapLoader.Parameters parameter)protected Array<AssetDescriptor>AtlasTmxMapLoader. getDependencyAssetDescriptors(FileHandle tmxFile, TextureLoader.TextureParameter textureParameter)protected abstract Array<AssetDescriptor>BaseTmxMapLoader. getDependencyAssetDescriptors(FileHandle tmxFile, TextureLoader.TextureParameter textureParameter)protected Array<AssetDescriptor>TmxMapLoader. getDependencyAssetDescriptors(FileHandle tmxFile, TextureLoader.TextureParameter textureParameter)
-