Package | Description |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.maps.tiled |
Modifier and Type | Field and Description |
---|---|
TextureLoader.TextureParameter |
ModelLoader.ModelParameters.textureParameter |
Modifier and Type | Method and Description |
---|---|
Array<AssetDescriptor> |
TextureLoader.getDependencies(java.lang.String fileName,
FileHandle file,
TextureLoader.TextureParameter parameter) |
void |
TextureLoader.loadAsync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
TextureLoader.TextureParameter parameter) |
Texture |
TextureLoader.loadSync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
TextureLoader.TextureParameter parameter) |
Modifier and Type | Method and Description |
---|---|
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) |