Exemple #1
0
 void Start()
 {
     if (UseLangId && string.IsNullOrEmpty(text))
     {
         if (!string.IsNullOrEmpty(LangId))
         {
             text = I18N.Get(LangId, LangParams);
         }
         else
         {
             Log.LogError($"{KTool.GetRootPathName(this.transform)},lang id is null");
         }
     }
 }