Home | History | Annotate | Download | only in asset

Lines Matching refs:asset

33 package com.jme3.asset;
50 public Asset asset;
65 if (obj instanceof Asset && key.useSmartCache()){
67 Asset asset = (Asset) obj;
68 asset.setKey(null); // no circular references
70 smartInfo.asset = asset;
82 * Delete an asset from the cache, returns true if it was deleted successfuly.
97 * Gets an object from the cache given an asset key.
106 return smartCache.get(key).asset;
114 * Retrieves smart asset info from the cache.