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