Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

BaseAnimValue<T0>

Namespace: UnityEditor.AnimatedValues

Description

Abstract base class for Animated Values.

Animated Values are an editor only concept for values that have a current value and a target. The value will tween towards the target at a given speed.

Variables

isAnimatingIs the value currently animating.
speedSpeed of the tween.
targetTarget to tween towards.
valueCurrent value of the animation.