ProceduralMaterial
- CacheProceduralProperty
- cacheSize
- ClearCache
- GetProceduralBoolean
- GetProceduralColor
- GetProceduralEnum
- GetProceduralFloat
- GetProceduralPropertyDe...
- GetProceduralTexture
- GetProceduralVector
- HasProceduralProperty
- isLoadTimeGenerated
- IsProceduralPropertyCached
- isProcessing
- isSupported
- ProceduralMaterial
- RebuildTexturesImmediately
- RebuildTextures
- SetProceduralBoolean
- SetProceduralColor
- SetProceduralEnum
- SetProceduralFloat
- SetProceduralTexture
- SetProceduralVector
- StopRebuilds
- substanceProcessorUsage
ProceduralMaterial.ClearCache 清除缓存
function ClearCache () : void
Description描述
Clear the Procedural cache.
清除程序缓存。
This frees up all memory used by the cache and sets all properties to not be cached anymore. Use this when you don't expect to make anymore changes to the Procedural properties for now.
这将释放所有缓存使用的内存,并设置所所有属性不被缓存。当不再需要改变现在的程序属性时,使用这个函数。
最后修改:2011年9月13日 Tuesday 11:52