|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of iCacheManager in crystalspace.jbind.impl.csutil.cache |
Classes in crystalspace.jbind.impl.csutil.cache that implement iCacheManager | |
class |
csCacheManager
|
Uses of iCacheManager in crystalspace.jbind.impl.engine.engine |
Methods in crystalspace.jbind.impl.engine.engine that return iCacheManager | |
iCacheManager |
csEngine.getCacheManager()
|
Methods in crystalspace.jbind.impl.engine.engine with parameters of type iCacheManager | |
void |
csEngine.setCacheManager(iCacheManager cache_mgr)
|
Uses of iCacheManager in crystalspace.jbind.impl.mesh.lighting |
Methods in crystalspace.jbind.impl.mesh.lighting with parameters of type iCacheManager | |
boolean |
csLightingInfo.readFromCache(iCacheManager cache_mgr)
|
boolean |
csLightingInfo.writeToCache(iCacheManager cache_mgr)
|
Uses of iCacheManager in crystalspace.jbind.interfaces.iengine.engine |
Methods in crystalspace.jbind.interfaces.iengine.engine that return iCacheManager | |
iCacheManager |
iEngine.getCacheManager()
Get the cache manager that the engine is currently using. |
Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iCacheManager | |
void |
iEngine.setCacheManager(iCacheManager cache_mgr)
Set the cache manager that the engine will use. |
Uses of iCacheManager in crystalspace.jbind.interfaces.imesh.lighting |
Methods in crystalspace.jbind.interfaces.imesh.lighting with parameters of type iCacheManager | |
boolean |
iLightingInfo.readFromCache(iCacheManager cache_mgr)
Read the lighting information from the cache. |
boolean |
iLightingInfo.writeToCache(iCacheManager cache_mgr)
Write the lighting information to the cache. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |