public abstract class BaseParticleEmitter extends java.lang.Object implements IParticleEmitter
IUpdateHandler.IUpdateHandlerMatcher| Modifier and Type | Field and Description |
|---|---|
protected float |
mCenterX |
protected float |
mCenterY |
| Constructor and Description |
|---|
BaseParticleEmitter(float pCenterX,
float pCenterY) |
| Modifier and Type | Method and Description |
|---|---|
float |
getCenterX() |
float |
getCenterY() |
void |
onUpdate(float pSecondsElapsed) |
void |
reset() |
void |
setCenter(float pCenterX,
float pCenterY) |
void |
setCenterX(float pCenterX) |
void |
setCenterY(float pCenterY) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPositionOffsetpublic float getCenterX()
public float getCenterY()
public void setCenterX(float pCenterX)
public void setCenterY(float pCenterY)
public void setCenter(float pCenterX,
float pCenterY)
public void onUpdate(float pSecondsElapsed)
onUpdate in interface IUpdateHandlerpublic void reset()
reset in interface IUpdateHandler