class in UnityEditor.AnimatedValues
/
继承自: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 | 值当前正在动画化。 | 
| speed | 补间速度。 | 
| target | 补间目标。 | 
| value | 动画的当前值。 | 
| valueChanged | 当值发生更改时回调。 | 
| BeginAnimating | 开始一个从起始值移动到目标值的动画。 | 
| GetValue | 将在派生类型中重写的抽象函数。应返回动画值的当前值。 | 
| StopAnim | 停止动画并分配给定值。 |