public TweenBase SetEase(Ease ease) { EaseFunc = EaseFunctions.Get(ease); return(this); }
public void UpdateEase(int easeInt) { EaseFunc = EaseFunctions.Get((Ease)easeInt); }