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