com.badlogic.gdx.graphics.g2d
Class ParticleEmitter.SpawnShapeValue
java.lang.Object
com.badlogic.gdx.graphics.g2d.ParticleEmitter.ParticleValue
com.badlogic.gdx.graphics.g2d.ParticleEmitter.SpawnShapeValue
- Enclosing class:
- ParticleEmitter
public static class ParticleEmitter.SpawnShapeValue
- extends ParticleEmitter.ParticleValue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticleEmitter.SpawnShapeValue
public ParticleEmitter.SpawnShapeValue()
getShape
public ParticleEmitter.SpawnShape getShape()
setShape
public void setShape(ParticleEmitter.SpawnShape shape)
isEdges
public boolean isEdges()
setEdges
public void setEdges(boolean edges)
getSide
public ParticleEmitter.SpawnEllipseSide getSide()
setSide
public void setSide(ParticleEmitter.SpawnEllipseSide side)
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.SpawnShapeValue value)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)