Interface PropertyInterpolator<T>


public interface PropertyInterpolator<T>
  • Method Details

    • getBasePropertyClass

      Class getBasePropertyClass()
    • interpolate

      T interpolate(T from, T to, float timelinePosition)