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