class in UnityEditor.AnimatedValues
/
Inherits from:AnimatedValues.BaseAnimValue_1
Abstract base class that provides an allocation free version of BaseAnimValue.
Abstract base class that provides an allocation free version of BaseAnimValue. See BaseAnimValue.
isAnimating | Is the value currently animating. |
speed | Speed of the tween. |
target | Target to tween towards. |
value | Current value of the animation. |
valueChanged | Callback while the value is changing. |
BeginAnimating | Begin an animation moving from the start value to the target value. |
GetValue | Abstract function to be overridden in derived types. Should return the current value of the animated value. |
StopAnim | Stop the animation and assign the given value. |