libgdx API

com.badlogic.gdx.assets.loaders
Class TileAtlasLoader.TileAtlasParameter

java.lang.Object
  extended by com.badlogic.gdx.assets.AssetLoaderParameters<TileAtlas>
      extended by com.badlogic.gdx.assets.loaders.TileAtlasLoader.TileAtlasParameter
Enclosing class:
TileAtlasLoader

public static class TileAtlasLoader.TileAtlasParameter
extends AssetLoaderParameters<TileAtlas>

Mandatory AssetLoaderParameters for loading a TileAtlas

Author:
mzechner

Nested Class Summary
 
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
 
Field Summary
 java.lang.String inputDirectory
          the directory containing all the images
 java.lang.String tileMapFile
          the filename of the TiledMap
 
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
 
Constructor Summary
TileAtlasLoader.TileAtlasParameter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tileMapFile

public java.lang.String tileMapFile
the filename of the TiledMap


inputDirectory

public java.lang.String inputDirectory
the directory containing all the images

Constructor Detail

TileAtlasLoader.TileAtlasParameter

public TileAtlasLoader.TileAtlasParameter()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)