Uses of Class
ea.actor.Animation
Packages that use Animation
-
Uses of Animation in ea.actor
Modifier and TypeMethodDescriptionstatic Animation
Animation.createFromAnimatedGif
(String filepath, float width, float height) static Animation
Animation.createFromImages
(float frameDuration, float width, float height, String... filepaths) static Animation
Animation.createFromImagesPrefix
(float frameDuration, float width, float height, String directoryPath, String prefix) Lädt alle Bilddateien mit einem bestimmten Präfix in einem bestimmten Verzeichnis in eine Animation.static Animation
Animation.createFromSpritesheet
(float frameDuration, String filepath, int x, int y, float width, float height) Modifier and TypeMethodDescriptionvoid
Fügt dieser Animation einen neuen Zustand zu hinzu.