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, setBlurMipmapDirect
public DynamicTexture(NativeImage nativeImageIn)
public DynamicTexture(int widthIn, int heightIn, boolean clearIn)
public void loadTexture(IResourceManager manager) throws java.io.IOException
loadTexture
クラス内 Texture
java.io.IOException
public void updateDynamicTexture()
@Nullable public NativeImage getTextureData()
public void setTextureData(NativeImage nativeImageIn) throws java.lang.Exception
java.lang.Exception
public void close()
close
インタフェース内 java.lang.AutoCloseable