예제 #1
0
 public void OnLocalize()
 {
     if (textIsManagedExternally)
     {
         return;
     }
     localizableText.OnLocalize();
     textmesh.text = localizableText.current;
 }
예제 #2
0
 public void OnLocalize()
 {
     if (textIsManagedExternally)
     {
         return;
     }
     localizableText.OnLocalize();
     guiTextToModify.text = localizableText.current;
 }
 public void OnLocalize()
 {
     managedText.OnLocalize();
     programaticallyManagedText = TranslationUtility.get(programaticallyManagedTextKey);
 }