Uses of Enum Class
de.pirckheimer_gymnasium.engine_pi.tweening.TweenType
Packages that use TweenType
Package
Description
Klassen zur Animation von Figuren durch Berechnung von Einzelbildern zwischen
zwei Schlüsselbildern.
-
Uses of TweenType in de.pirckheimer_gymnasium.engine_pi.tweening
Methods in de.pirckheimer_gymnasium.engine_pi.tweening that return TweenTypeModifier and TypeMethodDescriptionTween.getType()Gets the tween type determining which values of theTweenableobject will be modified.static TweenTypeReturns the enum constant of this class with the specified name.static TweenType[]TweenType.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 that return types with arguments of type TweenTypeMethods in de.pirckheimer_gymnasium.engine_pi.tweening with parameters of type TweenTypeModifier and TypeMethodDescriptionBegins a new Tween.Attempts to get a previously registeredTweenor registers a new one.default float[]Tweenable.getTweenValues(TweenType tweenType) Gets one or many values from the target object associated to the given tween type.voidLooks for a registered Tween instance with the given target and type.Looks for a registered Tween instance with the given target and type.Looks for a registered Tween instance with the given target and type.default voidTweenable.setTweenValues(TweenType tweenType, float[] newValues) This method is called in a Tween's update() method to set the new interpolated values.Looks for a registered Tween instance with the given target and type.Constructors in de.pirckheimer_gymnasium.engine_pi.tweening with parameters of type TweenType