Package org.ngengine

Class AsyncAssetManager

java.lang.Object
org.ngengine.AsyncAssetManager
All Implemented Interfaces:
AssetManager, Closeable, AutoCloseable

public class AsyncAssetManager extends Object implements AssetManager, Closeable
An asynchronous wrapper for the JME AssetManager that allows loading assets in a separate thread and provides callbacks for when the asset is loaded. This is useful to avoid blocking the main thread during asset loading.