Class ParticleControllerControllerRenderer
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.particles.ParticleControllerComponent
-
- com.badlogic.gdx.graphics.g3d.particles.renderers.ParticleControllerRenderer
-
- com.badlogic.gdx.graphics.g3d.particles.renderers.ParticleControllerControllerRenderer
-
- All Implemented Interfaces:
ResourceData.Configurable,Disposable,Json.Serializable
public class ParticleControllerControllerRenderer extends ParticleControllerRenderer
AParticleControllerRendererwhich will render theParticleControllerof each particle.
-
-
Field Summary
-
Fields inherited from class com.badlogic.gdx.graphics.g3d.particles.renderers.ParticleControllerRenderer
batch, renderData
-
-
Constructor Summary
Constructors Constructor Description ParticleControllerControllerRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticleControllerComponentcopy()voidinit()Called once during intializationbooleanisCompatible(ParticleBatch batch)voidupdate()Called to execute the component behavior.-
Methods inherited from class com.badlogic.gdx.graphics.g3d.particles.renderers.ParticleControllerRenderer
set, setBatch
-
Methods inherited from class com.badlogic.gdx.graphics.g3d.particles.ParticleControllerComponent
activateParticles, allocateChannels, dispose, end, killParticles, load, read, save, start, write
-
-
-
-
Method Detail
-
init
public void init()
Description copied from class:ParticleControllerComponentCalled once during intialization- Overrides:
initin classParticleControllerComponent
-
update
public void update()
Description copied from class:ParticleControllerComponentCalled to execute the component behavior.- Overrides:
updatein classParticleControllerRenderer
-
copy
public ParticleControllerComponent copy()
- Specified by:
copyin classParticleControllerComponent
-
isCompatible
public boolean isCompatible(ParticleBatch batch)
- Specified by:
isCompatiblein classParticleControllerRenderer
-
-