Пример #1
0
        private static void ShowIntegrityWindow()
        {
            AuxWindow.Launch();
            AuxWindow window = EditorWindow.GetWindow(typeof(AuxWindow)) as AuxWindow;

            if (window != null)
            {
                window.SelectIntegrity();
            }
        }
Пример #2
0
        public static AuxWindow ShowIntegrityWindow()
        {
            AuxWindow.Launch();
            AuxWindow window = EditorWindow.GetWindow(typeof(AuxWindow)) as AuxWindow;

            if (window != null)
            {
                window.SelectIntegrity();
            }
            return(window);
        }