Beispiel #1
0
    void OnEnable()
    {
        if (m_ProGressbar != null)
        {
            m_ProGressbar.value = 0.0f;
            SetEffectPos();
        }

        int[]  idArray = GameMethod.GetRandIntArrayFromList(LoadingTipData.GetIdList(), 1);
        string tip     = ConfigReader.GetLoadingTipInfo(idArray[0]).Tip;

        labelTip.text = tip;
    }