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