com.badlogic.gdx.graphics.g2d
Class ParticleEmitter.RangedNumericValue
java.lang.Object
com.badlogic.gdx.graphics.g2d.ParticleEmitter.ParticleValue
com.badlogic.gdx.graphics.g2d.ParticleEmitter.RangedNumericValue
- Direct Known Subclasses:
- ParticleEmitter.ScaledNumericValue
- Enclosing class:
- ParticleEmitter
public static class ParticleEmitter.RangedNumericValue
- extends ParticleEmitter.ParticleValue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticleEmitter.RangedNumericValue
public ParticleEmitter.RangedNumericValue()
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)
save
public void save(java.io.Writer output)
throws java.io.IOException
- Overrides:
save
in class ParticleEmitter.ParticleValue
- Throws:
java.io.IOException
load
public void load(java.io.BufferedReader reader)
throws java.io.IOException
- Overrides:
load
in class ParticleEmitter.ParticleValue
- Throws:
java.io.IOException
load
public void load(ParticleEmitter.RangedNumericValue value)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)