合并
This commit is contained in:
commit
0332229981
@ -85,14 +85,14 @@ namespace QFramework.Example
|
||||
imgTwen = DOTween.To(() => index, v =>
|
||||
{
|
||||
index = v;
|
||||
if (index >= 0 && index < sprites.Count)
|
||||
if (index>=0&&index < sprites.Count)
|
||||
{
|
||||
Img.sprite = sprites[index];
|
||||
Img.SetNativeSize();
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("图片数组越界");
|
||||
Debug.Log("UITimeTipChao suo Yin");
|
||||
}
|
||||
|
||||
}, endIndex, mData.time);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user