Ejemplo n.º 1
0
    private IEnumerator WaitUntilDownloadImage()
    {
        yield return(new WaitUntil(() => m_informationPanel.finishDownloadImage == true));

        m_informationPanel.OnActionTry();
    }