| | |
| | | return;
|
| | | }
|
| | | m_FunctionName.text = functionForecastConfig.FuncName;
|
| | | m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString();
|
| | | m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString()+Language.Get("Z1041");
|
| | | m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey);
|
| | | if (PlayerDatas.Instance.baseData.LV >= functionForecastConfig.DisplayLevel)
|
| | | {
|
| | | m_FunctionalLevel.color = new Color(141, 220, 17);
|
| | | m_FunctionalLevel.color = new Color32(141, 220, 17,255);
|
| | | }
|
| | | else
|
| | | {
|
| | | m_FunctionalLevel.color = new Color(255, 244, 205);
|
| | | m_FunctionalLevel.color = new Color32(255, 244, 205,255);
|
| | | }
|
| | | if (FuncOpen.Instance.IsFuncOpen(funcId))
|
| | | {
|