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