public class AnimatorTimeBased extends Object implements Animator
Modifier and Type | Field and Description |
---|---|
protected long |
_begin_time |
protected float |
_beginVal |
protected float |
_endVal |
protected AnimatorTimeValueFunction |
_func |
protected boolean |
_running |
protected float |
_stepUnit |
protected long |
_totalMS |
Constructor and Description |
---|
AnimatorTimeBased(AnimatorTimeValueFunction func) |
protected long _begin_time
protected float _beginVal
protected float _endVal
protected float _stepUnit
protected long _totalMS
protected boolean _running
protected AnimatorTimeValueFunction _func
public AnimatorTimeBased(AnimatorTimeValueFunction func)