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