Use the IMGUIContainer to place IMGUI code inside of a VisualElement. Everything you can do inside of OnGUI() is supported.
You can arrange multiple IMGUIContainer and lay them out by mixing GUILayout and UI Toolkit layouts. Note that it’s not possible to add VisualElement instances inside of an IMGUIContainer.
IMGUIContainer 예시