public class DynamicTexture extends Texture implements java.lang.AutoCloseable
blur, glTextureId, mipmap| コンストラクタと説明 |
|---|
DynamicTexture(int widthIn,
int heightIn,
boolean clearIn) |
DynamicTexture(NativeImage nativeImageIn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
NativeImage |
getTextureData() |
void |
loadTexture(IResourceManager manager) |
void |
setTextureData(NativeImage nativeImageIn) |
void |
updateDynamicTexture() |
bindTexture, deleteGlTexture, getGlTextureId, loadTexture, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirectpublic DynamicTexture(NativeImage nativeImageIn)
public DynamicTexture(int widthIn,
int heightIn,
boolean clearIn)
public void loadTexture(IResourceManager manager) throws java.io.IOException
loadTexture クラス内 Texturejava.io.IOExceptionpublic void updateDynamicTexture()
@Nullable public NativeImage getTextureData()
public void setTextureData(NativeImage nativeImageIn) throws java.lang.Exception
java.lang.Exceptionpublic void close()
close インタフェース内 java.lang.AutoCloseable