예제 #1
0
 virtual public UCL_Tweener SetEase(EaseType type)
 {
     return(SetEase(EaseCreator.Get(type)));
 }
예제 #2
0
 virtual public UCL_Tweener SetEase(EaseClass ease, EaseDir dir)
 {
     return(SetEase(EaseCreator.Get(ease, dir)));
 }