Module technology.sola.engine
Package technology.sola.engine.assets
package technology.sola.engine.assets
This package provides classes for loading various asset types.
-
ClassDescriptionAsset notates a class as being able to be loaded by an
AssetLoader.AssetHandle<T extends Asset>AssetHandle is a handle to anAssetthat may or may not be loaded yet.AssetLoader<T extends Asset>The AssetLoader class contains functionality for loading anAssettype.The AssetLoaderProvider class holds instances ofAssetLoaders for variousAssettypes.BulkAssetLoader handles loading a collection of variousAssets proving a handle for the collection with callbacks for when all the assets have finished loading.BulkAssetHandle holds the collection ofAssets that have been loaded by aBulkAssetLoader.