loadAsync

fun <Asset> AsynchronousLoader<Asset>.loadAsync(assetManager: AssetManager, assetDescriptor: AssetDescriptor<Asset>)

Allows to use AsynchronousAssetLoader.loadAsync method with AssetDescriptor. Performs the asynchronous asset loading part without yielding results. assetManager provides asset dependencies for the loader. assetDescriptor contains asset data.