CreatePanelContent()
CreatePanelContent is invoked by the OverlayCanvas when this Overlay is shown.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
public override sealed VisualElement CreatePanelContent()
Returns
Type | Description |
|---|---|
| VisualElement | Returns the contents of this Overlay. |
Remarks
IMGUIOverlay implements this function. The only method IMGUIOverlay must implement is the IMGUIOverlay.OnGUI method.