Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<CollectionChild> |
CollectionChild.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<CollectionChild> |
CollectionChild.getNext()
Get method for struct member 'next'.
|
CPointer<CollectionChild> |
CollectionChild.getPrev()
Get method for struct member 'prev'.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionChild.setNext(CPointer<CollectionChild> next)
Set method for struct member 'next'.
|
void |
CollectionChild.setPrev(CPointer<CollectionChild> prev)
Set method for struct member 'prev'.
|
Constructor and Description |
---|
CollectionChild(CollectionChild that) |