|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextureData | |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics | |
com.badlogic.gdx.graphics.g2d | |
com.badlogic.gdx.graphics.glutils |
Uses of TextureData in com.badlogic.gdx.assets.loaders |
---|
Fields in com.badlogic.gdx.assets.loaders declared as TextureData | |
---|---|
TextureData |
TextureLoader.TextureParameter.textureData
TextureData for textures created on the fly, optional. |
Uses of TextureData in com.badlogic.gdx.graphics |
---|
Methods in com.badlogic.gdx.graphics that return TextureData | |
---|---|
TextureData |
Texture.getTextureData()
|
Methods in com.badlogic.gdx.graphics with parameters of type TextureData | |
---|---|
void |
Texture.load(TextureData data)
|
Constructors in com.badlogic.gdx.graphics with parameters of type TextureData | |
---|---|
Texture(TextureData data)
|
Uses of TextureData in com.badlogic.gdx.graphics.g2d |
---|
Classes in com.badlogic.gdx.graphics.g2d that implement TextureData | |
---|---|
class |
PixmapPacker.ManagedPixmapTextureData
|
Uses of TextureData in com.badlogic.gdx.graphics.glutils |
---|
Classes in com.badlogic.gdx.graphics.glutils that implement TextureData | |
---|---|
class |
ETC1TextureData
|
class |
FileTextureData
|
class |
PixmapTextureData
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |