Ejemplo n.º 1
0
 virtual public UCL_Tweener SetEase(EaseType type)
 {
     return(SetEase(EaseCreator.Get(type)));
 }
Ejemplo n.º 2
0
 virtual public UCL_Tweener SetEase(EaseClass ease, EaseDir dir)
 {
     return(SetEase(EaseCreator.Get(ease, dir)));
 }