private static void OpenWindow() { FunctionGraphEditor window = GetWindow <FunctionGraphEditor>(); window.titleContent = new GUIContent("Function Graph Editor"); window.Initialize(); }
public static FunctionGraphEditor OpenEditorWindow() { FunctionGraphEditor window = GetWindow <FunctionGraphEditor>(); window.titleContent = new GUIContent("Function Graph Editor"); window.Initialize(); return(window); }