Class TweenerTMP
Methods
static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration)
public static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration)
static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration, CurveType curveType)
public static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration, CurveType curveType)
static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration, bool timeScale)
public static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration, bool timeScale)
static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration, bool timeScale, CurveType curveType)
public static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration, bool timeScale, CurveType curveType)
static Tweener DoAlpha(TextMeshProUGUI self, float start, float end, float duration)
public static Tweener DoAlpha(TextMeshProUGUI self, float start, float end, float duration)
static Tweener DoAlpha(TextMeshProUGUI self, float start, float end, float duration, CurveType curveType)
public static Tweener DoAlpha(TextMeshProUGUI self, float start, float end, float duration, CurveType curveType)
static Tweener DoAlpha(TextMeshProUGUI self, float start, float end, float duration, bool timeScale, CurveType curveType)
public static Tweener DoAlpha(TextMeshProUGUI self, float start, float end, float duration, bool timeScale, CurveType curveType)