IEnumerator DelayStart(float time, TweenBase tb) { yield return(new WaitForSeconds(time)); tb.StartAction(); }