Esempio n. 1
0
 public static string Translate(string text)
 {
     return(EditorLocalization.Translate("DebugInfoWindow", text));
 }
Esempio n. 2
0
 public void ShowSuccessScreenNotification()
 {
     ScreenNotifications.Show(EditorLocalization.Translate("Backstage", "The product was built successfully."));
 }
        //

        string Translate(string text)
        {
            return(EditorLocalization.Translate("ParticleSystemInSpace", text));
        }