Version: 2019.1
Language: 中文

AnimQuaternion

class in UnityEditor.AnimatedValues

/

Inherits from:AnimatedValues.BaseAnimValue_1

Switch to Manual

Description

动画化的四元数值。

Animated using Quaternion.Slerp.

Constructors

AnimQuaternion构造函数。

Protected Functions

GetValueBaseAnimValue_1.GetValue 的类型特定实现。

Inherited members

Variables

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

Protected Functions

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