public class EffectSaver
extends java.lang.Object
implements com.jme3.export.Savable
| Constructor and Description |
|---|
EffectSaver() |
| Modifier and Type | Method and Description |
|---|---|
com.jme3.effect.ParticleEmitter |
getParticelEmmitter() |
void |
read(com.jme3.export.JmeImporter im) |
void |
setParticelEmmitter(com.jme3.effect.ParticleEmitter particelEmmitter) |
void |
write(com.jme3.export.JmeExporter ex) |
public void write(com.jme3.export.JmeExporter ex)
throws java.io.IOException
write in interface com.jme3.export.Savablejava.io.IOExceptionpublic void read(com.jme3.export.JmeImporter im)
throws java.io.IOException
read in interface com.jme3.export.Savablejava.io.IOExceptionpublic com.jme3.effect.ParticleEmitter getParticelEmmitter()
public void setParticelEmmitter(com.jme3.effect.ParticleEmitter particelEmmitter)
particelEmmitter - the particelEmmitter to set