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