com.badlogic.gdx.assets.loaders
Class TextureAtlasLoader.TextureAtlasParameter

java.lang.Object
  extended by com.badlogic.gdx.assets.AssetLoaderParameters<TextureAtlas>
      extended by com.badlogic.gdx.assets.loaders.TextureAtlasLoader.TextureAtlasParameter
Enclosing class:
TextureAtlasLoader

public static class TextureAtlasLoader.TextureAtlasParameter
extends AssetLoaderParameters<TextureAtlas>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
 
Field Summary
 boolean flip
          whether to flip the texture atlas vertically
 
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
 
Constructor Summary
TextureAtlasLoader.TextureAtlasParameter()
           
TextureAtlasLoader.TextureAtlasParameter(boolean flip)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flip

public boolean flip
whether to flip the texture atlas vertically

Constructor Detail

TextureAtlasLoader.TextureAtlasParameter

public TextureAtlasLoader.TextureAtlasParameter()

TextureAtlasLoader.TextureAtlasParameter

public TextureAtlasLoader.TextureAtlasParameter(boolean flip)


Copyright © 2013. All Rights Reserved.