public class TexturePackLoader
extends java.lang.Object
| Constructor and Description |
|---|
TexturePackLoader(android.content.res.AssetManager pAssetManager,
TextureManager pTextureManager) |
| Modifier and Type | Method and Description |
|---|---|
TexturePack |
load(java.io.InputStream pInputStream,
java.lang.String pAssetBasePath) |
TexturePack |
loadFromAsset(java.lang.String pAssetPath,
java.lang.String pAssetBasePath) |
public TexturePackLoader(android.content.res.AssetManager pAssetManager,
TextureManager pTextureManager)
public TexturePack loadFromAsset(java.lang.String pAssetPath, java.lang.String pAssetBasePath) throws TexturePackParseException
TexturePackParseExceptionpublic TexturePack load(java.io.InputStream pInputStream, java.lang.String pAssetBasePath) throws TexturePackParseException
TexturePackParseException