public class ScaleInfluencer extends SimpleInfluencer
Influencer which controls the scale of the particles.value| Constructor and Description |
|---|
ScaleInfluencer() |
ScaleInfluencer(ScaleInfluencer scaleInfluencer) |
| Modifier and Type | Method and Description |
|---|---|
void |
activateParticles(int startIndex,
int count)
Called to initialize new emitted particles.
|
ParticleControllerComponent |
copy() |
allocateChannels, read, update, writedispose, end, init, killParticles, load, save, set, startpublic ScaleInfluencer()
public ScaleInfluencer(ScaleInfluencer scaleInfluencer)
public void activateParticles(int startIndex,
int count)
ParticleControllerComponentactivateParticles in class SimpleInfluencerpublic ParticleControllerComponent copy()
copy in class ParticleControllerComponent