Uses of Class
org.blender.dna.ViewLayerAOV
-
Packages that use ViewLayerAOV Package Description org.blender.dna -
-
Uses of ViewLayerAOV in org.blender.dna
Methods in org.blender.dna that return types with arguments of type ViewLayerAOV Modifier and Type Method Description CPointer<ViewLayerAOV>
ViewLayerAOV. __io__addressof()
Instantiates a pointer on this instance.CPointer<ViewLayerAOV>
ViewLayer. getActive_aov()
Get method for struct member 'active_aov'.CPointer<ViewLayerAOV>
ViewLayerAOV. getNext()
Get method for struct member 'next'.CPointer<ViewLayerAOV>
ViewLayerAOV. getPrev()
Get method for struct member 'prev'.Method parameters in org.blender.dna with type arguments of type ViewLayerAOV Modifier and Type Method Description void
ViewLayer. setActive_aov(CPointer<ViewLayerAOV> active_aov)
Set method for struct member 'active_aov'.void
ViewLayerAOV. setNext(CPointer<ViewLayerAOV> next)
Set method for struct member 'next'.void
ViewLayerAOV. setPrev(CPointer<ViewLayerAOV> prev)
Set method for struct member 'prev'.Constructors in org.blender.dna with parameters of type ViewLayerAOV Constructor Description ViewLayerAOV(ViewLayerAOV that)
-