Namespace: UnityEditor.AnimatedValues
Abstract base class for Animated Values.
Animated Values are an editor only concept for values that have a current value and a target. The value will tween towards the target at a given speed.
isAnimating | Is the value currently animating. |
speed | Speed of the tween. |
target | Target to tween towards. |
value | Current value of the animation. |