Exemplo n.º 1
0
 private void TimerTicked()
 {
     if (hasTarget)
     {
         OnSet(InterpolateFunction(start, target, timer.GetPercentFinished()));
     }
 }