Uses of Class
com.xebisco.yield.Animation
Packages that use Animation
-
Uses of Animation in com.xebisco.yield
Methods in com.xebisco.yield that return AnimationModifier and TypeMethodDescriptionAnimationPlayer.animation()Returns the currently playing animation.AnimationPlayer.getAnimation()Returns the currently playing animation.Animation.setDelay(double delay) Sets the delay between frames in seconds.Animation.setFrames(AbstractTexture[] frames) Sets the frames of the animation.Animation.setLoop(boolean loop) Sets whether the animation should loop.AnimationPlayer.toSwitchAnimation()Returns the animation that will be played after the current animation finishes.Methods in com.xebisco.yield with parameters of type AnimationModifier and TypeMethodDescriptionAnimationPlayer.setAnimation(Animation animation) Sets the current animation to the given animation.AnimationPlayer.setToSwitchAnimation(Animation toSwitchAnimation) Sets the animation that will be played after the current animation finishes.