Beispiel #1
0
        public static InMusicWindow Launch()
        {
            InMusicWindow window = GetWindow <InMusicWindow>();

            window.Show();

            //window.minSize = new Vector2(800, 200);
            window.SetTitle("Music Window");
            return(window);
        }
 public static InMusicWindow ShowMusicWindow()
 {
     return(InMusicWindow.Launch());
 }
Beispiel #3
0
 public MusicCreatorGUI(InMusicWindow window)
     : base(window)
 {
     this.window = window;
 }
Beispiel #4
0
 public static void SearchFor(InMusicNode node)
 {
     InMusicWindow.Launch().Find(node);
 }