public interface ValueShifterAPI
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount) |
float |
getBase() |
float |
getCurr() |
void |
setBase(float base) |
void |
shift(java.lang.Object source,
float to,
float durIn,
float durOut,
float shift)
Durations are in seconds, NOT days.
|
float getBase()
void setBase(float base)
float getCurr()
void shift(java.lang.Object source, float to, float durIn, float durOut, float shift)
source - to - durIn - durOut - shift - void advance(float amount)