class in UnityEditor.AnimatedValues
/
Inherits from:AnimatedValues.BaseAnimValue_1
Switch to ManualAbstract base class that provides an allocation free version of BaseAnimValue.
Abstract base class that provides an allocation free version of BaseAnimValue. See BaseAnimValue.
| isAnimating | Значение в данный момент анимируется. |
| speed | Скорость анимации. |
| target | Цель по отношению к анимации. |
| value | Текущее значение анимации. |
| valueChanged | Обратный вызов во время изменения значения. |
| 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. |