Package com.jme3.asset
Class FilterKey
Used to load FilterPostProcessors which are not cached.
-
Field Summary
-
Constructor Summary
-
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:
getCacheType
in classAssetKey<FilterPostProcessor>
- Returns:
- The preferred cache class for this asset type. Specify "null"
if caching is to be disabled. By default, the
SimpleAssetCache
is returned.
-