Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles.influencers |
Modifier and Type | Class and Description |
---|---|
static class |
RegionInfluencer.Animated
Assigns a region to the particles using the particle life percent
to calculate the current index in the
regions array. |
static class |
RegionInfluencer.Random
Assigns a random region of
regions to the particles. |
static class |
RegionInfluencer.Single
Assigns the first region of
regions to the particles. |
Constructor and Description |
---|
RegionInfluencer(RegionInfluencer regionInfluencer) |