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