public static class TmxMapLoader.Parameters extends AssetLoaderParameters<TiledMap>
AssetLoaderParameters.LoadedCallback
Modifier and Type | Field and Description |
---|---|
boolean |
generateMipMaps
generate mipmaps?
|
Texture.TextureFilter |
textureMagFilter
The TextureFilter to use for magnification
|
Texture.TextureFilter |
textureMinFilter
The TextureFilter to use for minification
|
boolean |
yUp
Whether to load the map for a y-up coordinate system
|
loadedCallback
Constructor and Description |
---|
TmxMapLoader.Parameters() |
public boolean yUp
public boolean generateMipMaps
public Texture.TextureFilter textureMinFilter
public Texture.TextureFilter textureMagFilter