virtual public UCL_Tweener SetEase(EaseType type) { return(SetEase(EaseCreator.Get(type))); }
virtual public UCL_Tweener SetEase(EaseClass ease, EaseDir dir) { return(SetEase(EaseCreator.Get(ease, dir))); }