Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
(c) 2010 Nicolas Gramlich
(c) 2011 Zynga Inc.
Summary
Public Constructors |
|
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, IModifierListener<T> pModifierListener, IEaseFunction pEaseFunction)
|
Protected Methods |
abstract
void
|
onSetInitialValues(T pItem, float pValueA, float pValueB, float pValueC)
|
void
|
onSetInitialValues(T pItem, float pValueA, float pValueB)
|
void
|
onSetValues(T pItem, float pPercentageDone, float pValueA, float pValueB)
|
abstract
void
|
onSetValues(T pItem, float pPerctentageDone, float pValueA, float pValueB, float pValueC)
|
Public Constructors
public
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, IModifierListener<T> pModifierListener, IEaseFunction pEaseFunction)
Protected Constructors
Protected Methods
protected
abstract
void
onSetInitialValues
(T pItem, float pValueA, float pValueB, float pValueC)
protected
void
onSetInitialValues
(T pItem, float pValueA, float pValueB)
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)