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