Uses of Class
org.blender.dna.LightCache
-
Packages that use LightCache Package Description org.blender.dna -
-
Uses of LightCache in org.blender.dna
Methods in org.blender.dna that return types with arguments of type LightCache Modifier and Type Method Description CPointer<LightCache>
LightCache. __io__addressof()
Instantiates a pointer on this instance.CPointer<LightCache>
SceneEEVEE. getLight_cache()
Deprecated.DeprecatedCPointer<LightCache>
SceneEEVEE. getLight_cache_data()
Get method for struct member 'light_cache_data'.Method parameters in org.blender.dna with type arguments of type LightCache Modifier and Type Method Description void
SceneEEVEE. setLight_cache(CPointer<LightCache> light_cache)
Deprecated.Deprecatedvoid
SceneEEVEE. setLight_cache_data(CPointer<LightCache> light_cache_data)
Set method for struct member 'light_cache_data'.Constructors in org.blender.dna with parameters of type LightCache Constructor Description LightCache(LightCache that)
-