Class Timer.RandomInterval

All Implemented Interfaces:
Destructible, Updatable
Enclosing class:
Timer

public static class Timer.RandomInterval extends Timer.Interval
  • Constructor Details

    • RandomInterval

      protected RandomInterval(Timer timer, Callback callback, float minDelay, float maxDelay, boolean applyTimeScale)
    • RandomInterval

      protected RandomInterval(Timer timer, Callback callback, RandomFloatProperty delayProperty, boolean applyTimeScale)
  • Method Details