Package com.jme3.asset
Class FilterKey
Used to load FilterPostProcessors which are not cached.
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.jme3.asset.AssetKey
clone, equals, getExtension, getExtension, getFolder, getFolder, getName, getProcessorType, hashCode, read, reducePath, toString, write 
- 
Constructor Details
- 
FilterKey
 - 
FilterKey
public FilterKey() 
 - 
 - 
Method Details
- 
getCacheType
- Overrides:
 getCacheTypein classAssetKey<FilterPostProcessor>- Returns:
 - The preferred cache class for this asset type. Specify "null"
 if caching is to be disabled. By default, the
 
SimpleAssetCacheis returned. 
 
 -