Ejemplo n.º 1
0
 ITaskTweener ITaskTweener.SetEaseType(EasingFunction.Ease type)
 {
     Instruction.SetEase(type);
     return(this);
 }