Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and 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'.
|
Modifier and Type | Method and 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'.
|
Constructor and Description |
---|
LayerCollection(LayerCollection that) |