Package | Description |
---|---|
org.blender.dna | |
org.blender.utils |
Modifier and Type | Method and Description |
---|---|
CPointer<Library> |
Library.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<Library> |
ID.getLib()
Get method for struct member 'lib'.
|
CPointer<Library> |
Library.getParent()
Get method for struct member 'parent'.
|
Modifier and Type | Method and Description |
---|---|
void |
ID.setLib(CPointer<Library> lib)
Set method for struct member 'lib'.
|
void |
Library.setParent(CPointer<Library> parent)
Set method for struct member 'parent'.
|
Constructor and Description |
---|
Library(Library that) |
Modifier and Type | Method and Description |
---|---|
Library |
MainLib.getLibrary()
See
Library for documentation. |
Modifier and Type | Method and Description |
---|---|
void |
MainLib.setLibrary(Library library)
See
Library for documentation. |