Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<SceneCollection> |
SceneCollection.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<SceneCollection> |
Collection.getCollection()
Deprecated.
Deprecated
|
CPointer<SceneCollection> |
Scene.getCollection()
Deprecated.
Deprecated
|
CPointer<SceneCollection> |
SceneCollection.getNext()
Get method for struct member 'next'.
|
CPointer<SceneCollection> |
SceneCollection.getPrev()
Get method for struct member 'prev'.
|
CPointer<SceneCollection> |
LayerCollection.getScene_collection()
Deprecated.
Deprecated
|
Modifier and Type | Method and Description |
---|---|
void |
Collection.setCollection(CPointer<SceneCollection> collection)
Deprecated.
Deprecated
|
void |
Scene.setCollection(CPointer<SceneCollection> collection)
Deprecated.
Deprecated
|
void |
SceneCollection.setNext(CPointer<SceneCollection> next)
Set method for struct member 'next'.
|
void |
SceneCollection.setPrev(CPointer<SceneCollection> prev)
Set method for struct member 'prev'.
|
void |
LayerCollection.setScene_collection(CPointer<SceneCollection> scene_collection)
Deprecated.
Deprecated
|
Constructor and Description |
---|
SceneCollection(SceneCollection that) |