Class AnimationsPlayer

java.lang.Object
gaiasky.util.gdx.model.gltf.scene3d.animation.AnimationsPlayer

public class AnimationsPlayer extends Object
  • Constructor Details

    • AnimationsPlayer

      public AnimationsPlayer(Scene scene)
  • Method Details

    • addAnimations

      public void addAnimations(com.badlogic.gdx.utils.Array<IntAnimationController.AnimationDesc> animations)
    • addAnimation

      public void addAnimation(IntAnimationController.AnimationDesc animation)
    • removeAnimation

      public void removeAnimation(IntAnimation animation)
    • clearAnimations

      public void clearAnimations()
    • playAll

      public void playAll()
    • loopAll

      public void loopAll()
    • playAll

      public void playAll(boolean loop)
    • stopAll

      public void stopAll()
    • update

      public void update(float delta)