Class RepeatAction

All Implemented Interfaces:
Pool.Poolable

public class RepeatAction extends DelegateAction
Repeats an action a number of times or forever.
  • Field Details

  • Constructor Details

    • RepeatAction

      public RepeatAction()
  • Method Details

    • delegate

      protected boolean delegate(float delta)
      Specified by:
      delegate in class DelegateAction
    • finish

      public void finish()
      Causes the action to not repeat again.
    • restart

      public void restart()
      Description copied from class: Action
      Sets the state of the action so it can be run again.
      Overrides:
      restart in class DelegateAction
    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)
      Sets the number of times to repeat. Can be set to FOREVER.