Package zombie.core.textures
Class TextureIDAssetManager
java.lang.Object
zombie.asset.AssetManager
zombie.core.textures.TextureIDAssetManager
- All Implemented Interfaces:
AssetStateObserver
public final class TextureIDAssetManager extends AssetManager
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.asset.AssetManager
AssetManager.AssetParams, AssetManager.AssetTable -
Field Summary
Fields Modifier and Type Field Description static TextureIDAssetManagerinstance -
Constructor Summary
Constructors Constructor Description TextureIDAssetManager() -
Method Summary
Modifier and Type Method Description protected AssetcreateAsset(AssetPath assetPath, AssetManager.AssetParams assetParams)protected voiddestroyAsset(Asset asset)protected voidstartLoading(Asset asset)protected voidunloadData(Asset asset)voidwaitFileTask()Methods inherited from class zombie.asset.AssetManager
create, destroy, enableUnload, get, getAssetTable, getOwner, load, load, load, loadDataFromFile, onLoadingFailed, onLoadingSucceeded, onStateChanged, reload, reload, reload, removeUnreferenced, setTask, unload, unloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
TextureIDAssetManager
public TextureIDAssetManager()
-
-
Method Details
-
startLoading
- Overrides:
startLoadingin classAssetManager
-
unloadData
- Overrides:
unloadDatain classAssetManager
-
createAsset
- Specified by:
createAssetin classAssetManager
-
destroyAsset
- Specified by:
destroyAssetin classAssetManager
-
waitFileTask
public void waitFileTask()
-