コード例 #1
0
        static void ShowW()
        {
            SimpleRecorder window = (SimpleRecorder)EditorWindow.GetWindow(typeof(SimpleRecorder), true, "Asset Bundle Builder");

            window.Show();
            isRunning = true;
        }
コード例 #2
0
        static void HideW()
        {
            SimpleRecorder window = (SimpleRecorder)EditorWindow.GetWindow(typeof(SimpleRecorder), true, "Asset Bundle Builder");

            window.Close();
        }