Uses of Class
org.blender.dna.CacheFile
-
Packages that use CacheFile Package Description org.blender.dna org.blender.utils -
-
Uses of CacheFile in org.blender.dna
Methods in org.blender.dna that return types with arguments of type CacheFile Modifier and Type Method Description CPointer<CacheFile>
CacheFile. __io__addressof()
Instantiates a pointer on this instance.CPointer<CacheFile>
bTransformCacheConstraint. getCache_file()
Get method for struct member 'cache_file'.CPointer<CacheFile>
MeshSeqCacheModifierData. getCache_file()
Get method for struct member 'cache_file'.Method parameters in org.blender.dna with type arguments of type CacheFile Modifier and Type Method Description void
bTransformCacheConstraint. setCache_file(CPointer<CacheFile> cache_file)
Set method for struct member 'cache_file'.void
MeshSeqCacheModifierData. setCache_file(CPointer<CacheFile> cache_file)
Set method for struct member 'cache_file'.Constructors in org.blender.dna with parameters of type CacheFile Constructor Description CacheFile(CacheFile that)
-
Uses of CacheFile in org.blender.utils
Methods in org.blender.utils that return CacheFile Modifier and Type Method Description CacheFile
MainLib. getCacheFile()
SeeCacheFile
for documentation.Methods in org.blender.utils with parameters of type CacheFile Modifier and Type Method Description void
MainLib. setCacheFile(CacheFile cacheFile)
SeeCacheFile
for documentation.
-