public static TweenerCore <float, float, FloatOptions> DOFadeOut(this CanvasGroup This, float duration) { return(This.DOFadeTo(0, duration)); }