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