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