コード例 #1
0
ファイル: Helper.cs プロジェクト: RobboVariwn/VarBot
        public static void SaveSceneObjects()
        {
            if (ProjectData.GameMode == GameMode.Edit)
            {
                SaveObjectsSystem.Execute();

                var message = SmartLocalization.LanguageManager.Instance.GetTextValue("SAVED");
                NotificationWindowManager.Show(message, 1f);
            }
        }
コード例 #2
0
ファイル: VRErrorManager.cs プロジェクト: RobboVariwn/VarBot
 public void Show(string message, Action retry = null)
 {
     NotificationWindowManager.Show(message, 5.0f);
 }