Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<ParticleSystem> |
ParticleSystem.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<ParticleSystem> |
ParticleSystem.getNext()
Get method for struct member 'next'.
|
CPointer<ParticleSystem> |
DupliObject.getParticle_system()
Get method for struct member 'particle_system'.
|
CPointer<ParticleSystem> |
ParticleSystem.getPrev()
Get method for struct member 'prev'.
|
CPointer<ParticleSystem> |
ParticleSystemModifierData.getPsys()
Get method for struct member 'psys'.
|
CPointer<ParticleSystem> |
DynamicPaintBrushSettings.getPsys()
Get method for struct member 'psys'.
|
CPointer<ParticleSystem> |
SmokeFlowSettings.getPsys()
Get method for struct member 'psys'.
|
Modifier and Type | Method and Description |
---|---|
void |
ParticleSystem.setNext(CPointer<ParticleSystem> next)
Set method for struct member 'next'.
|
void |
DupliObject.setParticle_system(CPointer<ParticleSystem> particle_system)
Set method for struct member 'particle_system'.
|
void |
ParticleSystem.setPrev(CPointer<ParticleSystem> prev)
Set method for struct member 'prev'.
|
void |
ParticleSystemModifierData.setPsys(CPointer<ParticleSystem> psys)
Set method for struct member 'psys'.
|
void |
DynamicPaintBrushSettings.setPsys(CPointer<ParticleSystem> psys)
Set method for struct member 'psys'.
|
void |
SmokeFlowSettings.setPsys(CPointer<ParticleSystem> psys)
Set method for struct member 'psys'.
|
Constructor and Description |
---|
ParticleSystem(ParticleSystem that) |