Interface PropertyInterpolator<T>
-
public interface PropertyInterpolator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>getBasePropertyClass()Tinterpolate(T from, T to, float timelinePosition)
-