public class ScaleAtModifier extends ScaleModifier
IEntityModifier.IEntityModifierListener, IEntityModifier.IEntityModifierMatcherIModifier.DeepCopyNotSupportedException, IModifier.IModifierListener<T>mEaseFunctionmDurationmFinishedMODIFIER_COMPARATOR_DURATION_DESCENDING| Modifier | Constructor and Description |
|---|---|
|
ScaleAtModifier(float pDuration,
float pFromScale,
float pToScale,
float pScaleCenterX,
float pScaleCenterY) |
|
ScaleAtModifier(float pDuration,
float pFromScaleX,
float pToScaleX,
float pFromScaleY,
float pToScaleY,
float pScaleCenterX,
float pScaleCenterY) |
|
ScaleAtModifier(float pDuration,
float pFromScaleX,
float pToScaleX,
float pFromScaleY,
float pToScaleY,
float pScaleCenterX,
float pScaleCenterY,
IEaseFunction pEaseFunction) |
|
ScaleAtModifier(float pDuration,
float pFromScaleX,
float pToScaleX,
float pFromScaleY,
float pToScaleY,
float pScaleCenterX,
float pScaleCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener) |
|
ScaleAtModifier(float pDuration,
float pFromScaleX,
float pToScaleX,
float pFromScaleY,
float pToScaleY,
float pScaleCenterX,
float pScaleCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener,
IEaseFunction pEaseFunction) |
|
ScaleAtModifier(float pDuration,
float pFromScale,
float pToScale,
float pScaleCenterX,
float pScaleCenterY,
IEaseFunction pEaseFunction) |
|
ScaleAtModifier(float pDuration,
float pFromScale,
float pToScale,
float pScaleCenterX,
float pScaleCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener) |
|
ScaleAtModifier(float pDuration,
float pFromScale,
float pToScale,
float pScaleCenterX,
float pScaleCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener,
IEaseFunction pEaseFunction) |
protected |
ScaleAtModifier(ScaleAtModifier pScaleAtModifier) |
| Modifier and Type | Method and Description |
|---|---|
ScaleAtModifier |
deepCopy() |
protected void |
onManagedInitialize(IEntity pEntity) |
onSetInitialValues, onSetValuesgetFromValue, getFromValueA, getFromValueB, getToValue, getToValueA, getToValueB, onSetInitialValue, onSetValue, reset, resetonManagedUpdategetDuration, getSecondsElapsed, onUpdate, resetaddModifierListener, assertNoNullModifier, assertNoNullModifier, isAutoUnregisterWhenFinished, isFinished, onModifierFinished, onModifierStarted, removeModifierListener, setAutoUnregisterWhenFinishedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddModifierListener, getDuration, getSecondsElapsed, isAutoUnregisterWhenFinished, isFinished, onUpdate, removeModifierListener, reset, setAutoUnregisterWhenFinishedpublic ScaleAtModifier(float pDuration,
float pFromScale,
float pToScale,
float pScaleCenterX,
float pScaleCenterY)
public ScaleAtModifier(float pDuration,
float pFromScale,
float pToScale,
float pScaleCenterX,
float pScaleCenterY,
IEaseFunction pEaseFunction)
public ScaleAtModifier(float pDuration,
float pFromScale,
float pToScale,
float pScaleCenterX,
float pScaleCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener)
public ScaleAtModifier(float pDuration,
float pFromScale,
float pToScale,
float pScaleCenterX,
float pScaleCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener,
IEaseFunction pEaseFunction)
public ScaleAtModifier(float pDuration,
float pFromScaleX,
float pToScaleX,
float pFromScaleY,
float pToScaleY,
float pScaleCenterX,
float pScaleCenterY)
public ScaleAtModifier(float pDuration,
float pFromScaleX,
float pToScaleX,
float pFromScaleY,
float pToScaleY,
float pScaleCenterX,
float pScaleCenterY,
IEaseFunction pEaseFunction)
public ScaleAtModifier(float pDuration,
float pFromScaleX,
float pToScaleX,
float pFromScaleY,
float pToScaleY,
float pScaleCenterX,
float pScaleCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener)
public ScaleAtModifier(float pDuration,
float pFromScaleX,
float pToScaleX,
float pFromScaleY,
float pToScaleY,
float pScaleCenterX,
float pScaleCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener,
IEaseFunction pEaseFunction)
protected ScaleAtModifier(ScaleAtModifier pScaleAtModifier)
public ScaleAtModifier deepCopy()
deepCopy in interface IEntityModifierdeepCopy in interface IModifier<IEntity>deepCopy in class ScaleModifierprotected void onManagedInitialize(IEntity pEntity)
onManagedInitialize in class BaseSingleValueSpanModifier<IEntity>