Class RampAutomation

Direct Known Subclasses:
LinearRampAutomation

public abstract class RampAutomation extends FiniteAutomation
  • Constructor Details

    • RampAutomation

      public RampAutomation(FloatParameter parameter, float endValue, float duration)
    • RampAutomation

      public RampAutomation(FloatParameter parameter, float startValue, float endValue, float duration)
  • Method Details

    • getStartValue

      public float getStartValue()
    • getEndValue

      public float getEndValue()