Exemple #1
0
 public static void hide()
 {
     show();
     thisWindowLive.Close();
     thisWindowLive = null;
 }
 public static void show()
 {
     thisWindowLive = (SequencerWindow)EditorWindow.GetWindow(typeof(SequencerWindow));
 }
Exemple #3
0
 public static void show()
 {
     thisWindowLive = (SequencerWindow)EditorWindow.GetWindow(typeof(SequencerWindow));
 }
 public static void hide()
 {
     show();
     thisWindowLive.Close();
     thisWindowLive = null;
 }