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