value
Current value of the animation.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor.AnimatedValues
- Assembly: UnityEditor
public T value { get; set; }
Remarks
Getting will return the current animated value. Setting will stop the animation and set the current value to value.