com.badlogic.gdx.maps.tiled
Class AtlasTmxMapLoader.AtlasTiledMapLoaderParameters

java.lang.Object
  extended by com.badlogic.gdx.assets.AssetLoaderParameters<TiledMap>
      extended by com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters
Enclosing class:
AtlasTmxMapLoader

public static class AtlasTmxMapLoader.AtlasTiledMapLoaderParameters
extends AssetLoaderParameters<TiledMap>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
 
Field Summary
 boolean convertObjectToTileSpace
          Whether to convert the objects' pixel position and size to the equivalent in tile space.
 boolean forceTextureFilters
          force texture filters?
 Texture.TextureFilter textureMagFilter
          The TextureFilter to use for magnification, if forceTextureFilter is enabled
 Texture.TextureFilter textureMinFilter
          The TextureFilter to use for minification, if forceTextureFilter is enabled
 boolean yUp
          Whether to load the map for a y-up coordinate system
 
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
 
Constructor Summary
AtlasTmxMapLoader.AtlasTiledMapLoaderParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

yUp

public boolean yUp
Whether to load the map for a y-up coordinate system


forceTextureFilters

public boolean forceTextureFilters
force texture filters?


textureMinFilter

public Texture.TextureFilter textureMinFilter
The TextureFilter to use for minification, if forceTextureFilter is enabled


textureMagFilter

public Texture.TextureFilter textureMagFilter
The TextureFilter to use for magnification, if forceTextureFilter is enabled


convertObjectToTileSpace

public boolean convertObjectToTileSpace
Whether to convert the objects' pixel position and size to the equivalent in tile space.

Constructor Detail

AtlasTmxMapLoader.AtlasTiledMapLoaderParameters

public AtlasTmxMapLoader.AtlasTiledMapLoaderParameters()


Copyright © 2014. All Rights Reserved.