Package | Description |
---|---|
com.badlogic.gdx.assets | |
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics.g3d.loader | |
com.badlogic.gdx.maps.tiled |
Modifier and Type | Field and Description |
---|---|
AssetLoaderParameters |
AssetDescriptor.params |
Modifier and Type | Method and Description |
---|---|
<T,P extends AssetLoaderParameters<T>> |
AssetManager.setLoader(java.lang.Class<T> type,
AssetLoader<T,P> loader)
Sets a new
AssetLoader for the given type. |
<T,P extends AssetLoaderParameters<T>> |
AssetManager.setLoader(java.lang.Class<T> type,
java.lang.String suffix,
AssetLoader<T,P> loader)
Sets a new
AssetLoader for the given type. |
Modifier and Type | Method and Description |
---|---|
<T> void |
AssetManager.load(java.lang.String fileName,
java.lang.Class<T> type,
AssetLoaderParameters<T> parameter)
Adds the given asset to the loading queue of the AssetManager.
|
Constructor and Description |
---|
AssetDescriptor(FileHandle file,
java.lang.Class<T> assetType,
AssetLoaderParameters<T> params)
Creates an AssetDescriptor with an already resolved name.
|
AssetDescriptor(java.lang.String fileName,
java.lang.Class<T> assetType,
AssetLoaderParameters<T> params) |
Modifier and Type | Class and Description |
---|---|
class |
AssetLoader<T,P extends AssetLoaderParameters<T>>
Abstract base class for asset loaders.
|
class |
AsynchronousAssetLoader<T,P extends AssetLoaderParameters<T>>
Base class for asynchronous
AssetLoader instances. |
class |
ModelLoader<P extends AssetLoaderParameters<Model>> |
class |
SynchronousAssetLoader<T,P extends AssetLoaderParameters<T>> |
Modifier and Type | Class and Description |
---|---|
static class |
BitmapFontLoader.BitmapFontParameter
Parameter to be passed to
AssetManager.load(String, Class, AssetLoaderParameters) if additional configuration is
necessary for the BitmapFont . |
static class |
MusicLoader.MusicParameter |
static class |
ParticleEffectLoader.ParticleEffectParameter
Parameter to be passed to
AssetManager.load(String, Class, AssetLoaderParameters) if additional configuration is
necessary for the ParticleEffect . |
static class |
PixmapLoader.PixmapParameter |
static class |
SkinLoader.SkinParameter |
static class |
SoundLoader.SoundParameter |
static class |
TextureAtlasLoader.TextureAtlasParameter |
static class |
TextureLoader.TextureParameter |
Modifier and Type | Class and Description |
---|---|
static class |
ObjLoader.ObjLoaderParameters |
Modifier and Type | Method and Description |
---|---|
ModelData |
G3dModelLoader.loadModelData(FileHandle fileHandle,
AssetLoaderParameters<Model> parameters) |
Modifier and Type | Class and Description |
---|---|
static class |
AtlasTmxMapLoader.AtlasTiledMapLoaderParameters |
static class |
TideMapLoader.Parameters |
static class |
TmxMapLoader.Parameters |