public class AnimatorLinearInterpolation extends AnimatorTimeValueFunction
_beginVal, _endVal, _totalTime
Constructor and Description |
---|
AnimatorLinearInterpolation(float beginVal,
float endVal,
long totalTime) |
Modifier and Type | Method and Description |
---|---|
float |
getValue(long t) |
isEnd
public AnimatorLinearInterpolation(float beginVal, float endVal, long totalTime)
public float getValue(long t)
getValue
in class AnimatorTimeValueFunction