Version: 2018.3 (switch to 2019.1 )
Built-in Controls
ViewData persistence
Other Versions

Supporting IMGUI

Use the IMGUIContainer to place IMGUI code inside of a VisualElement. Everything you can normally do inside of OnGUI() is supported.

You can arrange multiple IMGUIContainer and lay them out by mixing GUILayout and UIElements layouts. Note that it is not possible to add VisualElement instances inside of an IMGUIContainer.

IMGUIContainer example
IMGUIContainer example

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答