public abstract class BaseRectangleParticleEmitter extends BaseParticleEmitter
IUpdateHandler.IUpdateHandlerMatcher| Modifier and Type | Field and Description |
|---|---|
protected float |
mHeight |
protected float |
mHeightHalf |
protected float |
mWidth |
protected float |
mWidthHalf |
mCenterX, mCenterY| Constructor and Description |
|---|
BaseRectangleParticleEmitter(float pCenterX,
float pCenterY,
float pSize) |
BaseRectangleParticleEmitter(float pCenterX,
float pCenterY,
float pWidth,
float pHeight) |
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight() |
float |
getWidth() |
void |
setHeight(float pHeight) |
void |
setWidth(float pWidth) |
getCenterX, getCenterY, onUpdate, reset, setCenter, setCenterX, setCenterYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPositionOffsetprotected float mWidth
protected float mHeight
protected float mWidthHalf
protected float mHeightHalf