public abstract class BaseDoubleValueSpanParticleModifier<T extends IEntity> extends BaseSingleValueSpanParticleModifier<T>
| Constructor and Description |
|---|
BaseDoubleValueSpanParticleModifier(float pFromTime,
float pToTime,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB) |
BaseDoubleValueSpanParticleModifier(float pFromTime,
float pToTime,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
IEaseFunction pEaseFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
onSetInitialValue(Particle<T> pParticle,
float pValueA) |
protected abstract void |
onSetInitialValues(Particle<T> pParticle,
float pValueA,
float pValueB) |
protected void |
onSetValue(Particle<T> pParticle,
float pPercentageDone,
float pValueA) |
protected abstract void |
onSetValues(Particle<T> pParticle,
float pPercentageDone,
float pValueA,
float pValueB) |
void |
reset(float pFromValue,
float pToValue,
float pFromTime,
float pToTime)
Deprecated.
|
void |
reset(float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
float pFromTime,
float pToTime) |
onInitializeParticle, onUpdateParticlepublic BaseDoubleValueSpanParticleModifier(float pFromTime,
float pToTime,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB)
public BaseDoubleValueSpanParticleModifier(float pFromTime,
float pToTime,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
IEaseFunction pEaseFunction)
protected abstract void onSetInitialValues(Particle<T> pParticle, float pValueA, float pValueB)
protected abstract void onSetValues(Particle<T> pParticle, float pPercentageDone, float pValueA, float pValueB)
public void onSetInitialValue(Particle<T> pParticle, float pValueA)
onSetInitialValue in class BaseSingleValueSpanParticleModifier<T extends IEntity>protected void onSetValue(Particle<T> pParticle, float pPercentageDone, float pValueA)
onSetValue in class BaseSingleValueSpanParticleModifier<T extends IEntity>@Deprecated
public void reset(float pFromValue,
float pToValue,
float pFromTime,
float pToTime)
reset in class BaseSingleValueSpanParticleModifier<T extends IEntity>public void reset(float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
float pFromTime,
float pToTime)