DoTween 动画回调带参数的函数
Image.DOFillAmount(1.0f, 1.5f)
.SetEase(Ease.Linear)
.SetUpdate((DG.Tweening.UpdateType)UpdateType.Update, true)
.OnComplete(() =>
{
// 动画播放完毕后的逻辑处理,这里调用DoChangeIcon函数并传递参数
DoChangeIcon
DoTween 动画回调带参数的函数
Image.DOFillAmount(1.0f, 1.5f)
.SetEase(Ease.Linear)
.SetUpdate((DG.Tweening.UpdateType)UpdateType.Update, true)
.OnComplete(() =>
{
// 动画播放完毕后的逻辑处理,这里调用DoChangeIcon函数并传递参数
DoChangeIcon