Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
ParticleKey |
ParticleData.getPrev_state()
Get method for struct member 'prev_state'.
|
ParticleKey |
ParticleData.getState()
Get method for struct member 'state'.
|
Modifier and Type | Method and Description |
---|---|
CPointer<ParticleKey> |
ParticleKey.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<ParticleKey> |
ParticleData.getKeys()
Get method for struct member 'keys'.
|
Modifier and Type | Method and Description |
---|---|
void |
ParticleData.setPrev_state(ParticleKey prev_state)
Set method for struct member 'prev_state'.
|
void |
ParticleData.setState(ParticleKey state)
Set method for struct member 'state'.
|
Modifier and Type | Method and Description |
---|---|
void |
ParticleData.setKeys(CPointer<ParticleKey> keys)
Set method for struct member 'keys'.
|
Constructor and Description |
---|
ParticleKey(ParticleKey that) |