Uses of Class
com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter
-
Packages that use TextureLoader.TextureParameter Package Description com.badlogic.gdx.assets.loaders com.badlogic.gdx.maps.tiled -
-
Uses of TextureLoader.TextureParameter in com.badlogic.gdx.assets.loaders
Fields in com.badlogic.gdx.assets.loaders declared as TextureLoader.TextureParameter Modifier and Type Field Description TextureLoader.TextureParameterModelLoader.ModelParameters. textureParameterMethods in com.badlogic.gdx.assets.loaders with parameters of type TextureLoader.TextureParameter Modifier and Type Method Description Array<AssetDescriptor>TextureLoader. getDependencies(java.lang.String fileName, FileHandle file, TextureLoader.TextureParameter parameter)voidTextureLoader. loadAsync(AssetManager manager, java.lang.String fileName, FileHandle file, TextureLoader.TextureParameter parameter)TextureTextureLoader. loadSync(AssetManager manager, java.lang.String fileName, FileHandle file, TextureLoader.TextureParameter parameter) -
Uses of TextureLoader.TextureParameter in com.badlogic.gdx.maps.tiled
Methods in com.badlogic.gdx.maps.tiled with parameters of type TextureLoader.TextureParameter Modifier and Type Method 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)
-