Compare commits
No commits in common. "261881bab6c6cd211185435eb4b277101c220282" and "039432ba8dc97af30ae9913f3cb37f46d70b9924" have entirely different histories.
261881bab6
...
039432ba8d
@ -85,15 +85,8 @@ namespace QFramework.Example
|
||||
imgTwen = DOTween.To(() => index, v =>
|
||||
{
|
||||
index = v;
|
||||
if (index>=0&&index < sprites.Count)
|
||||
{
|
||||
Img.sprite = sprites[index];
|
||||
Img.SetNativeSize();
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.Log("UITimeTipChao suo Yin");
|
||||
}
|
||||
Img.sprite = sprites[index];
|
||||
Img.SetNativeSize();
|
||||
|
||||
}, endIndex, mData.time);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user