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