Uses of Class
com.badlogic.gdx.graphics.g3d.particles.influencers.Influencer
-
Packages that use Influencer Package Description com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.graphics.g3d.particles.influencers -
-
Uses of Influencer in com.badlogic.gdx.graphics.g3d.particles
Fields in com.badlogic.gdx.graphics.g3d.particles with type parameters of type Influencer Modifier and Type Field Description Array<Influencer>ParticleController. influencersUpdate the properties of the particlesMethods in com.badlogic.gdx.graphics.g3d.particles with type parameters of type Influencer Modifier and Type Method Description <K extends Influencer>
KParticleController. findInfluencer(java.lang.Class<K> influencerClass)<K extends Influencer>
voidParticleController. removeInfluencer(java.lang.Class<K> type)Removes the Influencer of the given type.<K extends Influencer>
booleanParticleController. replaceInfluencer(java.lang.Class<K> type, K newInfluencer)Replaces the Influencer of the given type with the one passed as parameter.Constructors in com.badlogic.gdx.graphics.g3d.particles with parameters of type Influencer Constructor Description ParticleController(java.lang.String name, Emitter emitter, ParticleControllerRenderer<?,?> renderer, Influencer... influencers) -
Uses of Influencer in com.badlogic.gdx.graphics.g3d.particles.influencers
Subclasses of Influencer in com.badlogic.gdx.graphics.g3d.particles.influencers Modifier and Type Class Description classColorInfluencerIt's anInfluencerwhich controls particles color and transparency.static classColorInfluencer.RandomIt's anInfluencerwhich assigns a random color when a particle is activated.static classColorInfluencer.SingleIt's anInfluencerwhich manages the particle color during its life time.classDynamicsInfluencerIt's anInfluencerwhich controls the particles dynamics (movement, rotations).classDynamicsModifierIt's the base class for any kind of influencer which operates on angular velocity and acceleration of the particles.static classDynamicsModifier.Angularstatic classDynamicsModifier.BrownianAccelerationstatic classDynamicsModifier.CentripetalAccelerationstatic classDynamicsModifier.FaceDirectionstatic classDynamicsModifier.PolarAccelerationstatic classDynamicsModifier.Rotational2Dstatic classDynamicsModifier.Rotational3Dstatic classDynamicsModifier.Strengthstatic classDynamicsModifier.TangentialAccelerationclassModelInfluencerstatic classModelInfluencer.RandomAssigns a random model ofModelInfluencer.modelsto the particles.static classModelInfluencer.SingleAssigns the first model ofModelInfluencer.modelsto the particles.classParticleControllerFinalizerInfluencerIt's anInfluencerwhich updates the simulation of particles containing aParticleController.classParticleControllerInfluencerIt's anInfluencerwhich controls whichParticleControllerwill be assigned to a particle.static classParticleControllerInfluencer.RandomAssigns a random controller ofParticleControllerInfluencer.templatesto the particles.static classParticleControllerInfluencer.SingleAssigns the first controller ofParticleControllerInfluencer.templatesto the particles.classRegionInfluencerIt's anInfluencerwhich assigns a region of aTextureto the particles.static classRegionInfluencer.AnimatedAssigns a region to the particles using the particle life percent to calculate the current index in theRegionInfluencer.regionsarray.static classRegionInfluencer.RandomAssigns a random region ofRegionInfluencer.regionsto the particles.static classRegionInfluencer.SingleAssigns the first region ofRegionInfluencer.regionsto the particles.classScaleInfluencerIt's anInfluencerwhich controls the scale of the particles.classSimpleInfluencerIt's anInfluencerwhich controls a generic channel of the particles.classSpawnInfluencerIt's anInfluencerwhich controls where the particles will be spawned.
-