Can not apply indexing with [] to an expression of type 'Sprite'

后端 未结 0 1255
清歌不尽
清歌不尽 2021-01-29 01:25
private void ShowNextHitSprite()
{
    int Index = timeHits - 1;
    GetComponent().sprite = hitSprite[Index];
}

timeHits is the c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题