Namespace: UnityEditor.AnimatedValues
/
Inherits from: AnimatedValues.BaseAnimValue_1
Quaternionの値をアニメーションさせます。
Quaternion.Slerpを使用してアニメーションしています。
AnimQuaternion | コンストラクタ |
GetValue | Type specific implementation of BaseAnimValue_1.GetValue. |
isAnimating | valueが現在アニメーションしているかどうか。 |
speed | Tweenのスピード |
target | targetに向けてTween |
value | アニメーションしている現在の値 |
valueChanged | 値が変化している間のコールバック |
BeginAnimating | Begin an animation moving from the start value to the target value. |
StopAnim | Stop the animation and assign the given value. |