Uses of Class
org.blender.dna.ViewLayer
-
Packages that use ViewLayer Package Description org.blender.dna -
-
Uses of ViewLayer in org.blender.dna
Methods in org.blender.dna that return types with arguments of type ViewLayer Modifier and Type Method Description CPointer<ViewLayer>
ViewLayer. __io__addressof()
Instantiates a pointer on this instance.CPointer<ViewLayer>
FileGlobal. getCur_view_layer()
Get method for struct member 'cur_view_layer'.CPointer<ViewLayer>
ViewLayer. getNext()
Get method for struct member 'next'.CPointer<ViewLayer>
ViewLayer. getPrev()
Get method for struct member 'prev'.CPointer<ViewLayer>
Collection. getView_layer()
Deprecated.DeprecatedMethod parameters in org.blender.dna with type arguments of type ViewLayer Modifier and Type Method Description void
FileGlobal. setCur_view_layer(CPointer<ViewLayer> cur_view_layer)
Set method for struct member 'cur_view_layer'.void
ViewLayer. setNext(CPointer<ViewLayer> next)
Set method for struct member 'next'.void
ViewLayer. setPrev(CPointer<ViewLayer> prev)
Set method for struct member 'prev'.void
Collection. setView_layer(CPointer<ViewLayer> view_layer)
Deprecated.DeprecatedConstructors in org.blender.dna with parameters of type ViewLayer Constructor Description ViewLayer(ViewLayer that)
-