Beispiel #1
0
 internal Animator setInterpolator(FastOutSlowInInterpolator interpolator)
 {
     _interpolator = interpolator;
     return(this);
 }