T - public abstract class BaseTripleValueSpanModifier<T> extends BaseDoubleValueSpanModifier<T>
IModifier.DeepCopyNotSupportedException, IModifier.IModifierListener<T>mEaseFunctionmDurationmFinishedMODIFIER_COMPARATOR_DURATION_DESCENDING| Modifier | Constructor and Description |
|---|---|
protected |
BaseTripleValueSpanModifier(BaseTripleValueSpanModifier<T> pBaseTripleValueSpanModifier) |
|
BaseTripleValueSpanModifier(float pDuration,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
float pFromValueC,
float pToValueC,
IEaseFunction pEaseFunction) |
|
BaseTripleValueSpanModifier(float pDuration,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
float pFromValueC,
float pToValueC,
IModifier.IModifierListener<T> pModifierListener,
IEaseFunction pEaseFunction) |
| Modifier and Type | Method and Description |
|---|---|
float |
getFromValueC() |
float |
getToValueC() |
protected void |
onSetInitialValues(T pItem,
float pValueA,
float pValueB) |
protected abstract void |
onSetInitialValues(T pItem,
float pValueA,
float pValueB,
float pValueC) |
protected void |
onSetValues(T pItem,
float pPercentageDone,
float pValueA,
float pValueB) |
protected abstract void |
onSetValues(T pItem,
float pPerctentageDone,
float pValueA,
float pValueB,
float pValueC) |
void |
reset(float pDuration,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB)
Deprecated.
|
void |
reset(float pDuration,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
float pFromValueC,
float pToValueC) |
getFromValue, getFromValueA, getFromValueB, getToValue, getToValueA, getToValueB, onSetInitialValue, onSetValue, resetonManagedInitialize, onManagedUpdategetDuration, getSecondsElapsed, onUpdate, resetaddModifierListener, assertNoNullModifier, assertNoNullModifier, deepCopy, isAutoUnregisterWhenFinished, isFinished, onModifierFinished, onModifierStarted, removeModifierListener, setAutoUnregisterWhenFinishedpublic BaseTripleValueSpanModifier(float pDuration,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
float pFromValueC,
float pToValueC,
IEaseFunction pEaseFunction)
public BaseTripleValueSpanModifier(float pDuration,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
float pFromValueC,
float pToValueC,
IModifier.IModifierListener<T> pModifierListener,
IEaseFunction pEaseFunction)
protected BaseTripleValueSpanModifier(BaseTripleValueSpanModifier<T> pBaseTripleValueSpanModifier)
public float getFromValueC()
public float getToValueC()
protected abstract void onSetInitialValues(T pItem, float pValueA, float pValueB, float pValueC)
protected abstract void onSetValues(T pItem, float pPerctentageDone, float pValueA, float pValueB, float pValueC)
protected void onSetInitialValues(T pItem, float pValueA, float pValueB)
onSetInitialValues in class BaseDoubleValueSpanModifier<T>protected void onSetValues(T pItem, float pPercentageDone, float pValueA, float pValueB)
onSetValues in class BaseDoubleValueSpanModifier<T>@Deprecated
public void reset(float pDuration,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB)
reset in class BaseDoubleValueSpanModifier<T>public void reset(float pDuration,
float pFromValueA,
float pToValueA,
float pFromValueB,
float pToValueB,
float pFromValueC,
float pToValueC)