|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.asset.DesktopAssetManager
com.jme3.asset.AndroidAssetManager
public class AndroidAssetManager
AndroidAssetManager
is an implementation of DesktopAssetManager for Android
Constructor Summary | |
---|---|
AndroidAssetManager()
|
|
AndroidAssetManager(boolean loadDefaults)
Deprecated. |
|
AndroidAssetManager(java.net.URL configFile)
AndroidAssetManager constructor If URL == null then a default list of locators and loaders for android is set |
Method Summary | |
---|---|
Texture |
loadTexture(TextureKey key)
Loads a texture. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndroidAssetManager()
@Deprecated public AndroidAssetManager(boolean loadDefaults)
public AndroidAssetManager(java.net.URL configFile)
configFile
- Method Detail |
---|
public Texture loadTexture(TextureKey key)
loadTexture
in interface AssetManager
loadTexture
in class DesktopAssetManager
key
- The TextureKey
to use for loading.
AssetManager.loadAsset(com.jme3.asset.AssetKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |