パッケージ com.jme3.asset

インタフェースの概要
Asset Implementing the asset interface allows use of smart asset management.
AssetEventListener AssetEventListener is an interface for listening to various events happening inside AssetManager.
AssetLoader An interface for asset loaders.
AssetLocator AssetLocator is used to locate a resource based on an AssetKey.
AssetManager AssetManager provides an interface for managing the data assets of a jME3 application.
 

クラスの概要
AssetConfig AssetConfig loads a config file to configure the asset manager.
AssetInfo The result of locating an asset through an AssetKey.
AssetKey<T> AssetKey is a key that is used to look up a resource from a cache.
MaterialKey Used for loading materials only (not material definitions).
ModelKey  
TextureKey  
 

例外の概要
AssetLoadException AssetLoadException is thrown when the AssetManager is able to find the requested asset, but there was a problem while loading it.
AssetNotFoundException AssetNotFoundException is thrown when the AssetManager is unable to locate the requested asset using any of the registered AssetLocators.