Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • 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

isAnimating Is the value currently animating.
speed Speed of the tween.
target Target to tween towards.
value Current value of the animation.
valueChanged Callback while the value is changing.