コード例 #1
0
    private IEnumerator SetImage()
    {
        yield return(cardInfo.DownloadImage());

        artSprite.sprite = cardInfo.image;
    }