-
-
-
Serialized Fields
-
animationEnd
float animationEnd
Value at the end of the animation.
-
animationStart
float animationStart
Value at the start of the animation.
-
curve
AnimationCurve curve
Curve used for the animation.
-
defaultCurve
AnimationCurve defaultCurve
Default curve used for animations if no curve is specified.
-
remainingAnimationDurationMs
int remainingAnimationDurationMs
Remaining duration of the currently running animation in milliseconds.
-
totalAnimationDurationMs
int totalAnimationDurationMs
Total duration of the currently running animation in milliseconds.
-
value
float value
Current value of this number.