Beispiel #1
0
 private void PrevEase()
 {
     for (int i = 0; i < (nextEaseStepLarge ? 3 : 1); i++)
     {
         EaseFunction = EaseFunction.GetPrevious();
     }
 }