public abstract class ColorInfluencer extends Influencer
Influencer which controls particles color and transparency.| Modifier and Type | Class and Description |
|---|---|
static class |
ColorInfluencer.Random
It's an
Influencer which assigns a random color when a particle is activated. |
static class |
ColorInfluencer.Single
It's an
Influencer which manages the particle color during its life time. |
| Constructor and Description |
|---|
ColorInfluencer() |
| Modifier and Type | Method and Description |
|---|---|
void |
allocateChannels()
Called during initialization to allocate additional particles channels
|
activateParticles, copy, dispose, end, init, killParticles, load, read, save, set, start, update, writepublic void allocateChannels()
ParticleControllerComponentallocateChannels in class ParticleControllerComponent