Uses of Class
pi.animation.tweening.Tween
Packages that use Tween
Package
Description
Klassen zur Animation von Figuren durch Berechnung von
Einzelbildern zwischen zwei Schlüsselbildern.
-
Uses of Tween in pi.animation.tweening
Methods in pi.animation.tweening that return TweenModifier and TypeMethodDescriptionTween.begin()Begins the Tween by setting its start time to the current game time in ticks.Begins a new Tween.Tween.ease(TweenEquation easeEquation) Sets a custom easing function for this Tween.Tween.ease(TweenFunction easingFunction) Sets a predefined easing function for this Tween.Attempts to get a previously registeredTweenor registers a new one.Tween.reset()Resets the Tween values to the start values.Looks for a registered Tween instance with the given target and type.Tween.resume()Resumes the stopped Tween.Looks for a registered Tween instance with the given target and type.Tween.stop()Stops the Tween.Looks for a registered Tween instance with the given target and type.Tween.target(float... targetValues) Sets the target values absolutely.Tween.targetRelative(float... targetValues) Sets the target values relatively to the start values.Methods in pi.animation.tweening that return types with arguments of type Tween