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