public abstract class BaseDoubleValueParticleInitializer<T extends IEntity> extends BaseSingleValueParticleInitializer<T>
| Modifier and Type | Field and Description |
|---|---|
protected float |
mMaxValueB |
protected float |
mMinValueB |
mMaxValue, mMinValue| Constructor and Description |
|---|
BaseDoubleValueParticleInitializer(float pMinValueA,
float pMaxValueA,
float pMinValueB,
float pMaxValueB) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
getRandomValueB() |
protected void |
onInitializeParticle(Particle<T> pParticle,
float pValueA) |
protected abstract void |
onInitializeParticle(Particle<T> pParticle,
float pValueA,
float pValueB) |
getRandomValue, onInitializeParticlepublic BaseDoubleValueParticleInitializer(float pMinValueA,
float pMaxValueA,
float pMinValueB,
float pMaxValueB)
protected abstract void onInitializeParticle(Particle<T> pParticle, float pValueA, float pValueB)
protected final void onInitializeParticle(Particle<T> pParticle, float pValueA)
onInitializeParticle in class BaseSingleValueParticleInitializer<T extends IEntity>protected float getRandomValueB()