Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimQuaternion

class in UnityEditor.AnimatedValues

/

Inherits from: AnimatedValues.BaseAnimValue_1

Description

An animated Quaternion value.

Animated using Quaternion.Slerp.

Constructors

AnimQuaternionConstructor.

Public Functions

GetValueType specific implementation of BaseAnimValue_1.GetValue.

Protected Functions

GetValueType specific implementation of BaseAnimValue_1.GetValue.

Inherited members

Variables

isAnimatingIs the value currently animating.
speedSpeed of the tween.
targetTarget to tween towards.
valueCurrent value of the animation.
valueChangedCallback while the value is changing.

Public Functions

BeginAnimatingBegin an animation moving from the start value to the target value.
StopAnimStop the animation and assign the given value.

Protected Functions

BeginAnimatingBegin an animation moving from the start value to the target value.
StopAnimStop the animation and assign the given value.