com.badlogic.gdx.assets.loaders
Class TextureLoader.TextureParameter

java.lang.Object
  extended by com.badlogic.gdx.assets.AssetLoaderParameters<Texture>
      extended by com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter
Enclosing class:
TextureLoader

public static class TextureLoader.TextureParameter
extends AssetLoaderParameters<Texture>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
 
Field Summary
 Pixmap.Format format
          the format of the final Texture.
 boolean genMipMaps
          whether to generate mipmaps
 Texture.TextureFilter magFilter
           
 Texture.TextureFilter minFilter
           
 Texture texture
          The texture to put the TextureData in, optional.
 TextureData textureData
          TextureData for textures created on the fly, optional.
 Texture.TextureWrap wrapU
           
 Texture.TextureWrap wrapV
           
 
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
 
Constructor Summary
TextureLoader.TextureParameter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

public Pixmap.Format format
the format of the final Texture. Uses the source images format if null


genMipMaps

public boolean genMipMaps
whether to generate mipmaps


texture

public Texture texture
The texture to put the TextureData in, optional.


textureData

public TextureData textureData
TextureData for textures created on the fly, optional. When set, all format and genMipMaps are ignored


minFilter

public Texture.TextureFilter minFilter

magFilter

public Texture.TextureFilter magFilter

wrapU

public Texture.TextureWrap wrapU

wrapV

public Texture.TextureWrap wrapV
Constructor Detail

TextureLoader.TextureParameter

public TextureLoader.TextureParameter()


Copyright © 2013. All Rights Reserved.