public class Emitter extends Group
Modifier and Type | Class and Description |
---|---|
static class |
Emitter.Factory |
Modifier and Type | Field and Description |
---|---|
boolean |
autoKill |
float |
height |
boolean |
on |
float |
width |
float |
x |
float |
y |
Constructor and Description |
---|
Emitter() |
Modifier and Type | Method and Description |
---|---|
void |
burst(Emitter.Factory factory,
int quantity) |
void |
draw() |
void |
pos(float x,
float y) |
void |
pos(float x,
float y,
float width,
float height) |
void |
pos(PointF p) |
void |
pos(Visual target) |
void |
pour(Emitter.Factory factory,
float interval) |
void |
start(Emitter.Factory factory,
float interval,
int quantity) |
void |
update() |
add, addToBack, bringToFront, clear, destroy, getLength, getMember, kill, recycle, remove
camera, getParent, getVisible, hasParent, isActive, isVisible, killAndErase, remove, revive, setNullParent, setParent, setVisible
public float x
public float y
public float width
public float height
public boolean on
public boolean autoKill
public void pos(float x, float y)
public void pos(PointF p)
public void pos(float x, float y, float width, float height)
public void pos(Visual target)
public void burst(Emitter.Factory factory, int quantity)
public void pour(Emitter.Factory factory, float interval)
public void start(Emitter.Factory factory, float interval, int quantity)