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