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