Class TweenGraphic
Methods
static Tweener DoFade(Graphic self, float end, float duration)
public static Tweener DoFade(Graphic self, float end, float duration)
static Tweener DoFade(Graphic self, float end, float duration, CurveType curveType)
public static Tweener DoFade(Graphic self, float end, float duration, CurveType curveType)
static Tweener DoFade(Graphic self, float end, float duration, bool timeScale)
public static Tweener DoFade(Graphic self, float end, float duration, bool timeScale)
static Tweener DoFade(Graphic self, float end, float duration, bool timeScale, CurveType curveType)
public static Tweener DoFade(Graphic self, float end, float duration, bool timeScale, CurveType curveType)
static Tweener DoFade(Graphic self, float start, float end, float duration)
public static Tweener DoFade(Graphic self, float start, float end, float duration)
static Tweener DoFade(Graphic self, float start, float end, float duration, CurveType curveType)
public static Tweener DoFade(Graphic self, float start, float end, float duration, CurveType curveType)
static Tweener DoFade(Graphic self, float start, float end, float duration, bool timeScale, CurveType curveType)
public static Tweener DoFade(Graphic self, float start, float end, float duration, bool timeScale, CurveType curveType)
static Tweener DoGradient(Graphic self, Color end, float duration)
public static Tweener DoGradient(Graphic self, Color end, float duration)
static Tweener DoGradient(Graphic self, Color end, float duration, CurveType curveType)
public static Tweener DoGradient(Graphic self, Color end, float duration, CurveType curveType)
static Tweener DoGradient(Graphic self, Color start, Color end, float duration, CurveType curveType)
public static Tweener DoGradient(Graphic self, Color start, Color end, float duration, CurveType curveType)
static Tweener DoGradient(Graphic self, Color start, Color end, float duration, bool timeScale, CurveType curveType)
public static Tweener DoGradient(Graphic self, Color start, Color end, float duration, bool timeScale, CurveType curveType)