Uses of Class
com.badlogic.gdx.graphics.g2d.Animation.PlayMode
-
Packages that use Animation.PlayMode Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of Animation.PlayMode in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return Animation.PlayMode Modifier and Type Method Description Animation.PlayModeAnimation. getPlayMode()Returns the animation play mode.static Animation.PlayModeAnimation.PlayMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Animation.PlayMode[]Animation.PlayMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx.graphics.g2d with parameters of type Animation.PlayMode Modifier and Type Method Description voidAnimation. setPlayMode(Animation.PlayMode playMode)Sets the animation play mode.Constructors in com.badlogic.gdx.graphics.g2d with parameters of type Animation.PlayMode Constructor Description Animation(float frameDuration, Array<? extends T> keyFrames, Animation.PlayMode playMode)Constructor, storing the frame duration and key frames.
-