Uses of Class
com.badlogic.gdx.graphics.g3d.particles.influencers.RegionInfluencer
-
Packages that use RegionInfluencer Package Description com.badlogic.gdx.graphics.g3d.particles.influencers -
-
Uses of RegionInfluencer in com.badlogic.gdx.graphics.g3d.particles.influencers
Subclasses of RegionInfluencer in com.badlogic.gdx.graphics.g3d.particles.influencers Modifier and Type Class Description static classRegionInfluencer.AnimatedAssigns a region to the particles using the particle life percent to calculate the current index in theregionsarray.static classRegionInfluencer.RandomAssigns a random region ofregionsto the particles.static classRegionInfluencer.SingleAssigns the first region ofregionsto the particles.Constructors in com.badlogic.gdx.graphics.g3d.particles.influencers with parameters of type RegionInfluencer Constructor Description RegionInfluencer(RegionInfluencer regionInfluencer)
-