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