public class AssetBitmapTexture extends BitmapTexture
HARDWARE_TEXTURE_ID_INVALID, mHardwareTextureID, mPixelFormat, mTextureManager, mTextureOptions, mTextureStateListener, mUpdateOnHardwareNeeded| Constructor and Description |
|---|
AssetBitmapTexture(TextureManager pTextureManager,
android.content.res.AssetManager pAssetManager,
java.lang.String pAssetPath) |
AssetBitmapTexture(TextureManager pTextureManager,
android.content.res.AssetManager pAssetManager,
java.lang.String pAssetPath,
BitmapTextureFormat pBitmapTextureFormat) |
AssetBitmapTexture(TextureManager pTextureManager,
android.content.res.AssetManager pAssetManager,
java.lang.String pAssetPath,
BitmapTextureFormat pBitmapTextureFormat,
TextureOptions pTextureOptions) |
AssetBitmapTexture(TextureManager pTextureManager,
android.content.res.AssetManager pAssetManager,
java.lang.String pAssetPath,
BitmapTextureFormat pBitmapTextureFormat,
TextureOptions pTextureOptions,
ITextureStateListener pTextureStateListener) |
AssetBitmapTexture(TextureManager pTextureManager,
android.content.res.AssetManager pAssetManager,
java.lang.String pAssetPath,
TextureOptions pTextureOptions) |
getHeight, getWidth, onGetBitmap, writeTextureToHardwarebind, bind, getHardwareTextureID, getPixelFormat, getTextureOptions, getTextureStateListener, hasTextureStateListener, isLoadedToHardware, isUpdateOnHardwareNeeded, load, load, loadToHardware, reloadToHardware, setNotLoadedToHardware, setTextureStateListener, setUpdateOnHardwareNeeded, unload, unload, unloadFromHardwarepublic AssetBitmapTexture(TextureManager pTextureManager, android.content.res.AssetManager pAssetManager, java.lang.String pAssetPath) throws java.io.IOException
java.io.IOExceptionpublic AssetBitmapTexture(TextureManager pTextureManager, android.content.res.AssetManager pAssetManager, java.lang.String pAssetPath, BitmapTextureFormat pBitmapTextureFormat) throws java.io.IOException
java.io.IOExceptionpublic AssetBitmapTexture(TextureManager pTextureManager, android.content.res.AssetManager pAssetManager, java.lang.String pAssetPath, TextureOptions pTextureOptions) throws java.io.IOException
java.io.IOExceptionpublic AssetBitmapTexture(TextureManager pTextureManager, android.content.res.AssetManager pAssetManager, java.lang.String pAssetPath, BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions) throws java.io.IOException
java.io.IOExceptionpublic AssetBitmapTexture(TextureManager pTextureManager, android.content.res.AssetManager pAssetManager, java.lang.String pAssetPath, BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions, ITextureStateListener pTextureStateListener) throws java.io.IOException
java.io.IOException