Interface Animation.Value

Enclosing class:
Animation

public static interface Animation.Value
Used by animations to update a target value.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Returns the initial value.
    void
    set(float value)
    Updates the value.
  • Method Details

    • initial

      float initial()
      Returns the initial value.
    • set

      void set(float value)
      Updates the value.