Uses of Class
org.blender.dna.LightGridCache
-
Packages that use LightGridCache Package Description org.blender.dna -
-
Uses of LightGridCache in org.blender.dna
Methods in org.blender.dna that return types with arguments of type LightGridCache Modifier and Type Method Description CPointer<LightGridCache>
LightGridCache. __io__addressof()
Instantiates a pointer on this instance.CPointer<LightGridCache>
LightCache. getGrid_data()
Get method for struct member 'grid_data'.Method parameters in org.blender.dna with type arguments of type LightGridCache Modifier and Type Method Description void
LightCache. setGrid_data(CPointer<LightGridCache> grid_data)
Set method for struct member 'grid_data'.Constructors in org.blender.dna with parameters of type LightGridCache Constructor Description LightGridCache(LightGridCache that)
-