Class TextureAtlasLoader.TextureAtlasParameter

java.lang.Object
arc.assets.AssetLoaderParameters<TextureAtlas>
arc.assets.loaders.TextureAtlasLoader.TextureAtlasParameter
Enclosing class:
TextureAtlasLoader

public static class TextureAtlasLoader.TextureAtlasParameter extends AssetLoaderParameters<TextureAtlas>
  • Field Details

    • flip

      public boolean flip
      whether to flip the texture atlas vertically
  • Constructor Details

    • TextureAtlasParameter

      public TextureAtlasParameter()
    • TextureAtlasParameter

      public TextureAtlasParameter(boolean flip)
    • TextureAtlasParameter

      public TextureAtlasParameter(AssetLoaderParameters.LoadedCallback loadedCallback)