Uses of Enum Class
de.pirckheimer_gymnasium.engine_pi.tweening.TweenFunction
Packages that use TweenFunction
Package
Description
Klassen zur Animation von Figuren durch Berechnung von Einzelbildern zwischen
zwei Schlüsselbildern.
-
Uses of TweenFunction in de.pirckheimer_gymnasium.engine_pi.tweening
Methods in de.pirckheimer_gymnasium.engine_pi.tweening that return TweenFunctionModifier and TypeMethodDescriptionstatic TweenFunctionReturns the enum constant of this class with the specified name.static TweenFunction[]TweenFunction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.pirckheimer_gymnasium.engine_pi.tweening with parameters of type TweenFunctionModifier and TypeMethodDescriptionTween.ease(TweenFunction easingFunction) Sets a predefined easing function for this Tween.