public static void ShowWindow() { UFModel.UpdateResults(); UFModel.Window = ScriptableObject.CreateInstance <UFWindow>(); UFModel.Window.Show(); }
internal static void UpdateQuery(string query) { UFModel.Context.Query = query; UFModel.UpdateResults(); }