Inheritance: EditorWindow
Example #1
0
        private static void Init()
        {
            // Get existing open window or if none, make a new one:

            if (Instance == null)
            {
                Instance = KEngineUtils.GetWindow <KEngineUtils>(true, "KEngine Options");
            }
            Instance.Show();
        }
Example #2
0
        private static void Init()
        {
            // Get existing open window or if none, make a new one:		
            EnsureConfigFile();

            if (Instance == null)
            {
                Instance = KEngineUtils.GetWindow<KEngineUtils>(true, "KEngine Options");
            }
            Instance.Show();
        }