public class ParticleControllerControllerRenderer extends ParticleControllerRenderer
ParticleControllerRenderer which will render the ParticleController of each particle.batch, renderData| Constructor and Description |
|---|
ParticleControllerControllerRenderer() |
| Modifier and Type | Method and Description |
|---|---|
ParticleControllerComponent |
copy() |
void |
init()
Called once during intialization
|
boolean |
isCompatible(ParticleBatch batch) |
void |
update()
Called to execute the component behavior.
|
set, setBatchactivateParticles, allocateChannels, dispose, end, killParticles, load, read, save, start, writepublic ParticleControllerControllerRenderer()
public void init()
ParticleControllerComponentinit in class ParticleControllerComponentpublic void update()
ParticleControllerComponentupdate in class ParticleControllerRendererpublic ParticleControllerComponent copy()
copy in class ParticleControllerComponentpublic boolean isCompatible(ParticleBatch batch)
isCompatible in class ParticleControllerRenderer