Class SelectBoxAnimation

java.lang.Object
com.spinyowl.legui.animation.Animation
com.spinyowl.legui.component.misc.animation.selectbox.SelectBoxAnimation

public class SelectBoxAnimation extends Animation
  • Constructor Details

  • Method Details

    • animate

      protected boolean animate(double delta)
      This method used to update animated object. Called by animator every frame. Removed from animator and stops when this method returns true.

      Returns true if animation is finished and could be removed from animator.

      Specified by:
      animate in class Animation
      Parameters:
      delta - delta time (from previous call).
      Returns:
      true if animation is finished and could be removed from animator.