class in UnityEditor.AnimatedValues
/
Inherits from:AnimatedValues.BaseAnimValue_1
Анимированное значение Vector3.
Анимируется с использованием Vector3.Lerp.
AnimVector3 | Конструктор. |
GetValue | Type specific implementation of BaseAnimValue_1.GetValue. |
isAnimating | Значение в данный момент анимируется. |
speed | Скорость анимации. |
target | Цель по отношению к анимации. |
value | Текущее значение анимации. |
valueChanged | Обратный вызов во время изменения значения. |
BeginAnimating | Begin an animation moving from the start value to the target value. |
StopAnim | Stop the animation and assign the given value. |