Class TextureArrayLoader.TextureArrayParameter

java.lang.Object
com.badlogic.gdx.assets.AssetLoaderParameters<com.badlogic.gdx.graphics.TextureArray>
gaiasky.util.gdx.TextureArrayLoader.TextureArrayParameter
Enclosing class:
TextureArrayLoader

public static class TextureArrayLoader.TextureArrayParameter extends com.badlogic.gdx.assets.AssetLoaderParameters<com.badlogic.gdx.graphics.TextureArray>
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters

    com.badlogic.gdx.assets.AssetLoaderParameters.LoadedCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    com.badlogic.gdx.graphics.Texture.TextureFilter
     
    com.badlogic.gdx.graphics.Texture.TextureFilter
     

    Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters

    loadedCallback
  • Constructor Summary

    Constructors
    Constructor
    Description
    TextureArrayParameter(com.badlogic.gdx.utils.Array<String> files)
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • files

      public String[] files
    • minFilter

      public com.badlogic.gdx.graphics.Texture.TextureFilter minFilter
    • magFilter

      public com.badlogic.gdx.graphics.Texture.TextureFilter magFilter
  • Constructor Details

    • TextureArrayParameter

      public TextureArrayParameter(com.badlogic.gdx.utils.Array<String> files)