| | |
| | | {
|
| | | return;
|
| | | }
|
| | | m_FunctionName.text = functionForecastConfig.FuncName;
|
| | | |
| | | m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString()+Language.Get("Z1041");
|
| | | bool Type = false;
|
| | | int NeedLv = 0;
|
| | |
| | | if (!FuncOpen.Instance.IsFuncOpen(funcId) && Type && NeedLv> playerLv)
|
| | | {
|
| | | m_FeaturesTypeIcon.SetSprite("UnKnowIcon");
|
| | | m_FunctionName.text = "?";
|
| | | }
|
| | | else
|
| | | {
|
| | | m_FunctionName.text = functionForecastConfig.FuncName;
|
| | | m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey);
|
| | | }
|
| | | if (PlayerDatas.Instance.baseData.LV >= functionForecastConfig.DisplayLevel)
|