Interface Animation.XYValue

Enclosing class:
Animation

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

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

    • initialX

      float initialX()
      Returns the initial x value.
    • initialY

      float initialY()
      Returns the initial y value.
    • set

      void set(float x, float y)
      Updates the x/y value.