public static class ParticleControllerInfluencer.Single extends ParticleControllerInfluencer
ParticleControllerInfluencer.templates to the particles.ParticleControllerInfluencer.Random, ParticleControllerInfluencer.Singletemplates| Constructor and Description |
|---|
Single() |
Single(ParticleController... templates) |
Single(ParticleControllerInfluencer.Single particleControllerSingle) |
| Modifier and Type | Method and Description |
|---|---|
void |
activateParticles(int startIndex,
int count)
Called to initialize new emitted particles.
|
ParticleControllerInfluencer.Single |
copy() |
void |
init()
Called once during intialization
|
void |
killParticles(int startIndex,
int count)
Called to notify which particles have been killed.
|
allocateChannels, dispose, end, load, savepublic Single(ParticleController... templates)
public Single()
public Single(ParticleControllerInfluencer.Single particleControllerSingle)
public void init()
ParticleControllerComponentinit in class ParticleControllerComponentpublic void activateParticles(int startIndex,
int count)
ParticleControllerComponentactivateParticles in class ParticleControllerComponentpublic void killParticles(int startIndex,
int count)
ParticleControllerComponentkillParticles in class ParticleControllerComponentpublic ParticleControllerInfluencer.Single copy()
copy in class ParticleControllerComponent