Uses of Enum Class
ea.animation.AnimationMode
Packages that use AnimationMode
-
Uses of AnimationMode in ea.animation
Methods in ea.animation that return AnimationModeModifier and TypeMethodDescriptionstatic AnimationMode
Returns the enum constant of this class with the specified name.static AnimationMode[]
AnimationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ea.animation with parameters of type AnimationModeModifierConstructorDescriptionValueAnimator
(float duration, Consumer<Value> consumer, Interpolator<Value> interpolator, AnimationMode mode, FrameUpdateListenerContainer parent)