public abstract class AnimatorTimeValueFunction extends Object
Modifier and Type | Field and Description |
---|---|
protected float |
_beginVal |
protected float |
_endVal |
protected long |
_totalTime |
Constructor and Description |
---|
AnimatorTimeValueFunction(float beginVal,
float endVal,
long totalTime) |
Modifier and Type | Method and Description |
---|---|
abstract float |
getValue(long t) |
boolean |
isEnd(long t) |