Version: 2022.3

BaseAnimValueNonAlloc<T0>

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停止动画并分配给定值。