Class ScaleInfluencer
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.particles.ParticleControllerComponent
-
- com.badlogic.gdx.graphics.g3d.particles.influencers.Influencer
-
- com.badlogic.gdx.graphics.g3d.particles.influencers.SimpleInfluencer
-
- com.badlogic.gdx.graphics.g3d.particles.influencers.ScaleInfluencer
-
- All Implemented Interfaces:
ResourceData.Configurable,Disposable,Json.Serializable
public class ScaleInfluencer extends SimpleInfluencer
It's anInfluencerwhich controls the scale of the particles.
-
-
Field Summary
-
Fields inherited from class com.badlogic.gdx.graphics.g3d.particles.influencers.SimpleInfluencer
value
-
-
Constructor Summary
Constructors Constructor Description ScaleInfluencer()ScaleInfluencer(ScaleInfluencer scaleInfluencer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateParticles(int startIndex, int count)Called to initialize new emitted particles.ParticleControllerComponentcopy()-
Methods inherited from class com.badlogic.gdx.graphics.g3d.particles.influencers.SimpleInfluencer
allocateChannels, read, update, write
-
Methods inherited from class com.badlogic.gdx.graphics.g3d.particles.ParticleControllerComponent
dispose, end, init, killParticles, load, save, set, start
-
-
-
-
Constructor Detail
-
ScaleInfluencer
public ScaleInfluencer()
-
ScaleInfluencer
public ScaleInfluencer(ScaleInfluencer scaleInfluencer)
-
-
Method Detail
-
activateParticles
public void activateParticles(int startIndex, int count)Description copied from class:ParticleControllerComponentCalled to initialize new emitted particles.- Overrides:
activateParticlesin classSimpleInfluencer
-
copy
public ParticleControllerComponent copy()
- Specified by:
copyin classParticleControllerComponent
-
-