Exemplo n.º 1
0
    public virtual void Update()
    {
        UpdateMsg();

        if (m_downLoader == null)
        {
            return;
        }
        m_downLoader.UpdateDownload();

        if (m_assetLoader == null)
        {
            return;
        }
        m_assetLoader.UpdateDownload();

        if (m_iconLoader == null)
        {
            return;
        }
        m_iconLoader.UpdateDownload();
    }