Uses of Class
org.blender.dna.LightProbe
-
Packages that use LightProbe Package Description org.blender.dna org.blender.utils -
-
Uses of LightProbe in org.blender.dna
Methods in org.blender.dna that return types with arguments of type LightProbe Modifier and Type Method Description CPointer<LightProbe>
LightProbe. __io__addressof()
Instantiates a pointer on this instance.Constructors in org.blender.dna with parameters of type LightProbe Constructor Description LightProbe(LightProbe that)
-
Uses of LightProbe in org.blender.utils
Methods in org.blender.utils that return LightProbe Modifier and Type Method Description LightProbe
MainLib. getLightProbe()
SeeLightProbe
for documentation.Methods in org.blender.utils with parameters of type LightProbe Modifier and Type Method Description void
MainLib. setLightProbe(LightProbe lightProbe)
SeeLightProbe
for documentation.
-