public class LayeredTexture extends Texture
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
layeredTextureNames |
private static org.apache.logging.log4j.Logger |
LOGGER |
blur, glTextureId, mipmap| Constructor and Description |
|---|
LayeredTexture(java.lang.String... textureNames) |
| Modifier and Type | Method and Description |
|---|---|
private void |
loadImage(NativeImage imageIn) |
void |
loadTexture(IResourceManager manager) |
bindTexture, deleteGlTexture, getGlTextureId, loadTexture, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirectprivate static final org.apache.logging.log4j.Logger LOGGER
public final java.util.List<java.lang.String> layeredTextureNames
public void loadTexture(IResourceManager manager) throws java.io.IOException
loadTexture in class Texturejava.io.IOExceptionprivate void loadImage(NativeImage imageIn)