public class AssetLoaderParameters<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
AssetLoaderParameters.LoadedCallback
Callback interface that will be invoked when the
AssetManager loaded an asset. |
Modifier and Type | Field and Description |
---|---|
AssetLoaderParameters.LoadedCallback |
loadedCallback |
Constructor and Description |
---|
AssetLoaderParameters() |
public AssetLoaderParameters.LoadedCallback loadedCallback