Package arc.assets
Interface AssetLoaderParameters.LoadedCallback
- Enclosing class:
- AssetLoaderParameters<T>
public static interface AssetLoaderParameters.LoadedCallback
Callback interface that will be invoked when the
AssetManager
loaded an asset.-
Method Summary
Modifier and TypeMethodDescriptionvoid
finishedLoading
(AssetManager assetManager, String fileName, Class type)
-
Method Details
-
finishedLoading
-