This version of Unity is unsupported.

IMGUIOverlay.CreatePanelContent

Declaration

public UIElements.VisualElement CreatePanelContent();

Returns

VisualElement Returns the contents of this Overlay.

Description

CreatePanelContent is invoked by the OverlayCanvas when this Overlay is shown.

IMGUIOverlay implements this function. The only method IMGUIOverlay must implement is the IMGUIOverlay.OnGUI method.