Uses of Class
de.pirckheimer_gymnasium.engine_pi.actor.Animation
Packages that use Animation
-
Uses of Animation in de.pirckheimer_gymnasium.engine_pi.actor
Methods in de.pirckheimer_gymnasium.engine_pi.actor that return AnimationModifier and TypeMethodDescriptionstatic AnimationAnimation.createFromAnimatedGif(String filepath, double width, double height) static AnimationAnimation.createFromImages(double frameDuration, double width, double height, String... filepaths) static AnimationAnimation.createFromImagesPrefix(double frameDuration, double width, double height, String directoryPath, String prefix) Lädt alle Bilddateien mit einem bestimmten Präfix in einem bestimmten Verzeichnis in eine Animation.static AnimationAnimation.createFromSpritesheet(double frameDuration, String filepath, int x, int y, double width, double height) Methods in de.pirckheimer_gymnasium.engine_pi.actor with parameters of type AnimationModifier and TypeMethodDescriptionvoidFügt dieser Animation einen neuen Zustand zu hinzu.Constructors in de.pirckheimer_gymnasium.engine_pi.actor with parameters of type Animation