public class RotationAtModifier extends RotationModifier
IEntityModifier.IEntityModifierListener, IEntityModifier.IEntityModifierMatcherIModifier.DeepCopyNotSupportedException, IModifier.IModifierListener<T>mEaseFunctionmDurationmFinishedMODIFIER_COMPARATOR_DURATION_DESCENDING| Modifier | Constructor and Description |
|---|---|
|
RotationAtModifier(float pDuration,
float pFromRotation,
float pToRotation,
float pRotationCenterX,
float pRotationCenterY) |
|
RotationAtModifier(float pDuration,
float pFromRotation,
float pToRotation,
float pRotationCenterX,
float pRotationCenterY,
IEaseFunction pEaseFunction) |
|
RotationAtModifier(float pDuration,
float pFromRotation,
float pToRotation,
float pRotationCenterX,
float pRotationCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener) |
|
RotationAtModifier(float pDuration,
float pFromRotation,
float pToRotation,
float pRotationCenterX,
float pRotationCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener,
IEaseFunction pEaseFunction) |
protected |
RotationAtModifier(RotationAtModifier pRotationAtModifier) |
| Modifier and Type | Method and Description |
|---|---|
RotationAtModifier |
deepCopy() |
protected void |
onManagedInitialize(IEntity pEntity) |
onSetInitialValue, onSetValuegetFromValue, getToValue, onManagedUpdate, resetgetDuration, 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 RotationAtModifier(float pDuration,
float pFromRotation,
float pToRotation,
float pRotationCenterX,
float pRotationCenterY)
public RotationAtModifier(float pDuration,
float pFromRotation,
float pToRotation,
float pRotationCenterX,
float pRotationCenterY,
IEaseFunction pEaseFunction)
public RotationAtModifier(float pDuration,
float pFromRotation,
float pToRotation,
float pRotationCenterX,
float pRotationCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener)
public RotationAtModifier(float pDuration,
float pFromRotation,
float pToRotation,
float pRotationCenterX,
float pRotationCenterY,
IEntityModifier.IEntityModifierListener pEntityModifierListener,
IEaseFunction pEaseFunction)
protected RotationAtModifier(RotationAtModifier pRotationAtModifier)
public RotationAtModifier deepCopy()
deepCopy in interface IEntityModifierdeepCopy in interface IModifier<IEntity>deepCopy in class RotationModifierprotected void onManagedInitialize(IEntity pEntity)
onManagedInitialize in class BaseSingleValueSpanModifier<IEntity>