跳到主要内容

Class TweenTextMeshProUGUI

Provides tweened animation support for TextMeshProUGUI.

Methods

DoAlpha(TextMeshProUGUI self, float end, float duration)

public static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration)

DoAlpha(TextMeshProUGUI self, float end, float duration, CurveType curveType)

public static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration, CurveType curveType)

DoAlpha(TextMeshProUGUI self, float end, float duration, bool timeScale)

public static Tweener DoAlpha(TextMeshProUGUI self, float end, float duration, bool timeScale)

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)

DoAlpha(TextMeshProUGUI self, float start, float end, float duration)

public static Tweener DoAlpha(TextMeshProUGUI self, float start, float end, float duration)

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)

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)