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