ManagedAsset
Default implementation of Asset. Keeps asset data in an AssetDescriptor and delegates asset loading to an AssetManager. Assumes the asset was already scheduled for loading.
Properties
The AssetDescriptor used by AssetManager to identify and load the asset.
Functions
Forces eager loading of the asset. Note that due to AssetManager implementation, eager asset loading causes all scheduled assets to be loaded synchronously until the desired asset is reported as loaded. It is usually sensible to use a separate AssetManager for eagerly loaded assets or load such assets after all regular assets are already loaded.
Explicitly marks that the asset should be loaded. If this asset is managed by an AssetManager instance, will schedule asset loading.
Attempts to unload the asset. Might throw an exception if the asset is not loaded at all due to AssetManager implementation.