public static void CloseWindow() { if (null == m_Instance) { return; } m_Instance.Close(); m_Instance = null; }
private static void CreateWindow() { m_Instance = EditorWindow.GetWindow<ShakeCameraFrameEdit>(false, "摄像机震动", true); }
private static void CreateWindow() { m_Instance = EditorWindow.GetWindow <ShakeCameraFrameEdit>(false, "摄像机震动", true); }