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