Compare commits
No commits in common. "7cd4311e7acc17aa472c156f5b13d3347a7fe3f2" and "848ddbb8cea74002b5e518014f2f9202dc5383fc" have entirely different histories.
7cd4311e7a
...
848ddbb8ce
@ -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