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