Uses of Class
de.pirckheimer_gymnasium.engine_pi.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 de.pirckheimer_gymnasium.engine_pi.tweening
Methods in de.pirckheimer_gymnasium.engine_pi.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 de.pirckheimer_gymnasium.engine_pi.tweening that return types with arguments of type Tween