AnimFloat

class in UnityEditor.AnimatedValues

/

Inherits from:AnimatedValues.BaseAnimValue_1

Switch to Manual

Description

动画化的浮点值。

Animated using Mathf.Lerp.

Constructors

AnimFloat构造函数。

Protected Functions

GetValueBaseAnimValue_1.GetValue 的类型特定实现。

Inherited members

Variables

isAnimating值当前正在动画化。
speed补间速度。
target补间目标。
value动画的当前值。
valueChanged当值发生更改时回调。

Protected Functions

BeginAnimating开始一个从起始值移动到目标值的动画。
StopAnim停止动画并分配给定值。