chore:调整缩进

pull/28/head
NKG丶MadLife 2022-07-27 00:19:23 +08:00
parent 17fab5ad61
commit 21f350a84e
1 changed files with 5 additions and 5 deletions

View File

@ -214,11 +214,11 @@ namespace YooAsset.Editor
{ {
EditorWindow.FocusWindowIfItsOpen<SceneView>(); EditorWindow.FocusWindowIfItsOpen<SceneView>();
} }
public static void CloseUnityGameWindow() public static void CloseUnityGameWindow()
{ {
System.Type T = Assembly.Load("UnityEditor").GetType("UnityEditor.GameView"); System.Type T = Assembly.Load("UnityEditor").GetType("UnityEditor.GameView");
EditorWindow.GetWindow(T, false, "GameView", true).Close(); EditorWindow.GetWindow(T, false, "GameView", true).Close();
} }
public static void FocusUnityGameWindow() public static void FocusUnityGameWindow()
{ {
System.Type T = Assembly.Load("UnityEditor").GetType("UnityEditor.GameView"); System.Type T = Assembly.Load("UnityEditor").GetType("UnityEditor.GameView");