com.badlogic.gdx.graphics.g2d
Class ParticleEmitter.NumericValue
java.lang.Object
com.badlogic.gdx.graphics.g2d.ParticleEmitter.ParticleValue
com.badlogic.gdx.graphics.g2d.ParticleEmitter.NumericValue
- Enclosing class:
- ParticleEmitter
public static class ParticleEmitter.NumericValue
- extends ParticleEmitter.ParticleValue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticleEmitter.NumericValue
public ParticleEmitter.NumericValue()
getValue
public float getValue()
setValue
public void setValue(float value)
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.NumericValue value)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)