示例#1
0
 public static void GetWindow()
 {
     windowInstance = EditorWindow.GetWindow <EnvWindow>(false, "Env");
     EnvUtil.Restore();
 }