Class Influencer
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.particles.ParticleControllerComponent
-
- com.badlogic.gdx.graphics.g3d.particles.influencers.Influencer
-
- All Implemented Interfaces:
ResourceData.Configurable,Disposable,Json.Serializable
- Direct Known Subclasses:
ColorInfluencer,DynamicsInfluencer,DynamicsModifier,ModelInfluencer,ParticleControllerFinalizerInfluencer,ParticleControllerInfluencer,RegionInfluencer,SimpleInfluencer,SpawnInfluencer
public abstract class Influencer extends ParticleControllerComponent
It's aParticleControllerComponentwhich usually modifies one or more properties of the particles(i.e color, scale, graphical representation, velocity, etc...).
-
-
Constructor Summary
Constructors Constructor Description Influencer()
-
Method Summary
-
Methods inherited from class com.badlogic.gdx.graphics.g3d.particles.ParticleControllerComponent
activateParticles, allocateChannels, copy, dispose, end, init, killParticles, load, read, save, set, start, update, write
-
-