Package com.badlogic.gdx
Class ParticleEmitter.RangedNumericValue
java.lang.Object
com.badlogic.gdx.ParticleEmitter.ParticleValue
com.badlogic.gdx.ParticleEmitter.RangedNumericValue
- Direct Known Subclasses:
ParticleEmitter.ScaledNumericValue
- Enclosing class:
ParticleEmitter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.badlogic.gdx.ParticleEmitter.ParticleValue
isActive, isAlwaysActive, load, setActive, setAlwaysActive
-
Constructor Details
-
RangedNumericValue
public RangedNumericValue()
-
-
Method Details
-
newLowValue
public float newLowValue() -
setLow
public void setLow(float value) -
setLow
public void setLow(float min, float max) -
getLowMin
public float getLowMin() -
setLowMin
public void setLowMin(float lowMin) -
getLowMax
public float getLowMax() -
setLowMax
public void setLowMax(float lowMax) -
scale
public void scale(float scale) permanently scales the range by a scalar. -
set
-
save
- Overrides:
savein classParticleEmitter.ParticleValue- Throws:
IOException
-
load
- Overrides:
loadin classParticleEmitter.ParticleValue- Throws:
IOException
-
load
-