Compare commits
4 Commits
039432ba8d
...
261881bab6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
261881bab6 | ||
|
|
0332229981 | ||
|
|
34feae945c | ||
| bf78008c8a |
@ -85,8 +85,15 @@ namespace QFramework.Example
|
||||
imgTwen = DOTween.To(() => index, v =>
|
||||
{
|
||||
index = v;
|
||||
Img.sprite = sprites[index];
|
||||
Img.SetNativeSize();
|
||||
if (index>=0&&index < sprites.Count)
|
||||
{
|
||||
Img.sprite = sprites[index];
|
||||
Img.SetNativeSize();
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.Log("UITimeTipChao suo Yin");
|
||||
}
|
||||
|
||||
}, endIndex, mData.time);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user