|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.assets.AssetLoaderParameters<Texture>
com.badlogic.gdx.assets.loaders.TextureLoader.TextureParameter
public static class TextureLoader.TextureParameter
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 |
texture
The texture to put the TextureData in, optional. |
TextureData |
textureData
TextureData for textures created on the fly, optional. |
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters |
---|
loadedCallback |
Constructor Summary | |
---|---|
TextureLoader.TextureParameter()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Pixmap.Format format
public boolean genMipMaps
public Texture texture
TextureData
in, optional.
public TextureData textureData
Constructor Detail |
---|
public TextureLoader.TextureParameter()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |