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 anAsset
that may or may not be loaded yet.AssetLoader<T extends Asset>The AssetLoader class contains functionality for loading anAsset
type.The AssetLoaderProvider class holds instances ofAssetLoader
s for variousAsset
types.BulkAssetLoader handles loading a collection of variousAsset
s proving a handle for the collection with callbacks for when all the assets have finished loading.BulkAssetHandle holds the collection ofAsset
s that have been loaded by aBulkAssetLoader
.