Esempio n. 1
0
        public static void SaveSceneObjects()
        {
            if (ProjectData.GameMode == GameMode.Edit)
            {
                SaveObjectsSystem.Execute();

                var message = SmartLocalization.LanguageManager.Instance.GetTextValue("SAVED");
                NotificationWindowManager.Show(message, 1f);
            }
        }
Esempio n. 2
0
 public void Show(string message, Action retry = null)
 {
     NotificationWindowManager.Show(message, 5.0f);
 }