public interface ParticleEffect
extends org.mini2Dx.gdx.utils.Disposable
Modifier and Type | Method and Description |
---|---|
void |
allowCompletion() |
void |
flipY() |
void |
interpolate(GameContainer gc,
float alpha) |
boolean |
isComplete() |
void |
load(FileHandle effectFile,
FileHandle imagesDir) |
void |
load(FileHandle effectFile,
TextureAtlas atlas) |
void |
load(FileHandle effectFile,
TextureAtlas atlas,
java.lang.String atlasPrefix) |
void |
reset() |
void |
scaleEffect(float scaleFactor) |
void |
setDuration(int duration) |
void |
setEmittersCleanUpBlendFunction(boolean cleanUpBlendFunction) |
void |
setFlip(boolean flipX,
boolean flipY) |
void |
setPosition(float x,
float y) |
void |
start() |
void |
update(GameContainer gc,
float delta) |
void load(FileHandle effectFile, FileHandle imagesDir)
void load(FileHandle effectFile, TextureAtlas atlas)
void load(FileHandle effectFile, TextureAtlas atlas, java.lang.String atlasPrefix)
void update(GameContainer gc, float delta)
void interpolate(GameContainer gc, float alpha)
void scaleEffect(float scaleFactor)
void start()
void reset()
void allowCompletion()
boolean isComplete()
void setDuration(int duration)
void setPosition(float x, float y)
void setFlip(boolean flipX, boolean flipY)
void flipY()
void setEmittersCleanUpBlendFunction(boolean cleanUpBlendFunction)